mirror of https://github.com/lnis-uofu/SOFA.git
Minor changes before demo
This commit is contained in:
parent
fd56949ead
commit
698a833475
|
@ -46,6 +46,7 @@ build_fabric_bitstream --verbose
|
||||||
|
|
||||||
# Write fabric-dependent bitstream
|
# Write fabric-dependent bitstream
|
||||||
write_fabric_bitstream --file fabric_bitstream.xml --format xml
|
write_fabric_bitstream --file fabric_bitstream.xml --format xml
|
||||||
|
write_fabric_bitstream --file fabric_bitstream.bit --format plain_text
|
||||||
|
|
||||||
# Write the Verilog testbench for FPGA fabric
|
# Write the Verilog testbench for FPGA fabric
|
||||||
# - We suggest the use of same output directory as fabric Verilog netlists
|
# - We suggest the use of same output directory as fabric Verilog netlists
|
||||||
|
|
|
@ -10,6 +10,7 @@ OPTIONS =
|
||||||
.SILENT:
|
.SILENT:
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
|
|
||||||
|
.PHONY: runOpenFPGA
|
||||||
runOpenFPGA:
|
runOpenFPGA:
|
||||||
SECONDS=0
|
SECONDS=0
|
||||||
source config.sh
|
source config.sh
|
||||||
|
|
Loading…
Reference in New Issue