Skip to content

Commit

Permalink
Production build fix: generate correct device name (#1536)
Browse files Browse the repository at this point in the history
* switch Raptor_Tools

* switch Raptor tools for device map generation

* use nowerror in OpenLM

* rs_licensecc lib with nowerror

* put function defination in cpp instead of header

* bump Raptor_tools

---------

Co-authored-by: NadeemYaseen <[email protected]>
  • Loading branch information
NadeemYaseen and nadeemyaseen-rs authored Feb 23, 2024
1 parent fe71db5 commit 47a0766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
#./build/bin/Flex_LM/lmutil lmhostid
#export LM_LICENSE_FILE=${GITHUB_WORKSPACE}/.github/bin/.raptor.lic
d_test=$(echo "${{ env.p_devices }}" | cut -d ',' -f 1)
./Raptor_Tools/OpenLM/licensecc/install/bin/lccgen license issue -p projects/Raptor -f Raptor,$d_test -o build/bin/raptor.lic
./Raptor_Tools/OpenLM/licensecc/install/bin/lccgen license issue -p projects/Raptor -f Raptor,$d_test,RS$d_test -o build/bin/raptor.lic
cat build/bin/raptor.lic
echo "the device is $d_test"
./build/bin/raptor --batch --mute --script tests/tcl_examples/and2_verilog/run_raptor.tcl --device $d_test
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
mkdir /opt/instl_dir
make install CPU_CORES=2 $run_test PRODUCTION_BUILD=1 PREFIX=/opt/instl_dir PRODUCTION_DEVICES=$p_device STICK_RELEASE_VERSION=$r_d
#export LM_LICENSE_FILE=/work/.github/bin/.raptor.lic
./Raptor_Tools/OpenLM/licensecc/install/bin/lccgen license issue -p projects/Raptor -f Raptor,$d_test -o build/bin/raptor.lic
./Raptor_Tools/OpenLM/licensecc/install/bin/lccgen license issue -p projects/Raptor -f Raptor,$d_test,RS$d_test -o build/bin/raptor.lic
cat build/bin/raptor.lic
echo "the device is $d_test"
./build/bin/raptor --batch --mute --script tests/tcl_examples/and2_verilog/run_raptor.tcl --device $d_test
Expand Down
2 changes: 1 addition & 1 deletion Raptor_Tools

0 comments on commit 47a0766

Please sign in to comment.