v2.qsf 1.1 KB

1234567891011121314151617181920
  1. # -*- tcl -*-
  2. set_global_assignment -name TOP_LEVEL_ENTITY v2
  3. set_global_assignment -name SOURCE_FILE output/v2.jic.cof
  4. set_global_assignment -name SYSTEMVERILOG_FILE v2.sv
  5. set_global_assignment -name SOURCE_TCL_SCRIPT_FILE v2_common.qsf
  6. # Quartus insists on this line...
  7. set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
  8. set_global_assignment -name EDA_SIMULATION_TOOL "Questa Intel FPGA (SystemVerilog)"
  9. set_global_assignment -name EDA_MAP_ILLEGAL_CHARACTERS ON -section_id eda_simulation
  10. set_global_assignment -name EDA_TIME_SCALE "1 ps" -section_id eda_simulation
  11. set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "SYSTEMVERILOG HDL" -section_id eda_simulation
  12. set_global_assignment -name EDA_WRITE_NODES_FOR_POWER_ESTIMATION ALL_NODES -section_id eda_simulation
  13. set_global_assignment -name EDA_TEST_BENCH_ENABLE_STATUS TEST_BENCH_MODE -section_id eda_simulation
  14. set_global_assignment -name EDA_NATIVELINK_SIMULATION_TEST_BENCH testclk -section_id eda_simulation
  15. set_global_assignment -name EDA_TEST_BENCH_DESIGN_INSTANCE_NAME max80 -section_id eda_simulation
  16. set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top