1234567891011121314151617181920 |
- # -*- tcl -*-
- set_global_assignment -name TOP_LEVEL_ENTITY v2
- set_global_assignment -name SOURCE_FILE output/v2.jic.cof
- set_global_assignment -name SYSTEMVERILOG_FILE v2.sv
- set_global_assignment -name SOURCE_TCL_SCRIPT_FILE v2_common.qsf
- # Quartus insists on this line...
- set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
- set_global_assignment -name EDA_SIMULATION_TOOL "Questa Intel FPGA (SystemVerilog)"
- set_global_assignment -name EDA_MAP_ILLEGAL_CHARACTERS ON -section_id eda_simulation
- set_global_assignment -name EDA_TIME_SCALE "1 ps" -section_id eda_simulation
- set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "SYSTEMVERILOG HDL" -section_id eda_simulation
- set_global_assignment -name EDA_WRITE_NODES_FOR_POWER_ESTIMATION ALL_NODES -section_id eda_simulation
- set_global_assignment -name EDA_TEST_BENCH_ENABLE_STATUS TEST_BENCH_MODE -section_id eda_simulation
- set_global_assignment -name EDA_NATIVELINK_SIMULATION_TEST_BENCH testclk -section_id eda_simulation
- set_global_assignment -name EDA_TEST_BENCH_DESIGN_INSTANCE_NAME max80 -section_id eda_simulation
- set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|