Merge branch 'master' of github.com:lnis-uofu/OpenFPGA
This commit is contained in:
commit
b4185f7e8c
|
@ -116,3 +116,7 @@ run-task basic_tests/global_tile_ports/global_tile_4clock --debug --show_thread_
|
|||
|
||||
echo -e "Testing yosys flow using custom ys script for running quicklogic device";
|
||||
run-task quicklogic_tests/flow_test --debug --show_thread_logs
|
||||
|
||||
# Repgression test to test multi-user enviroment
|
||||
cp -r */*/basic_tests/full_testbench/configuration_chain /tmp/
|
||||
cd /tmp/ && run-task configuration_chain --debug --show_thread_logs
|
|
@ -257,17 +257,12 @@ def main():
|
|||
logger.info('Running "yosys_vpr" Flow')
|
||||
run_yosys_with_abc()
|
||||
# TODO Make it optional if activity file is provided
|
||||
run_ace2()
|
||||
run_pro_blif_3arg()
|
||||
if args.power:
|
||||
run_ace2()
|
||||
run_pro_blif_3arg()
|
||||
run_rewrite_verilog()
|
||||
if (args.fpga_flow == "vpr_blif"):
|
||||
collect_files_for_vpr()
|
||||
# if (args.fpga_flow == "vtr"):
|
||||
# run_odin2()
|
||||
# run_abc_vtr()
|
||||
# if (args.fpga_flow == "vtr_standard"):
|
||||
# run_abc_for_standarad()
|
||||
logger.info("Runing OpenFPGA Shell Engine ")
|
||||
run_openfpga_shell()
|
||||
if args.end_flow_with_test:
|
||||
|
|
Loading…
Reference in New Issue