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_bitstream --file fabric_bitstream.xml --format xml
|
||||
write_fabric_bitstream --file fabric_bitstream.bit --format plain_text
|
||||
|
||||
# Write the Verilog testbench for FPGA fabric
|
||||
# - We suggest the use of same output directory as fabric Verilog netlists
|
||||
|
|
|
@ -10,6 +10,7 @@ OPTIONS =
|
|||
.SILENT:
|
||||
.ONESHELL:
|
||||
|
||||
.PHONY: runOpenFPGA
|
||||
runOpenFPGA:
|
||||
SECONDS=0
|
||||
source config.sh
|
||||
|
|
Loading…
Reference in New Issue