|
@@ -51,7 +51,7 @@ set_global_assignment -name DEVICE_FILTER_PIN_COUNT 144
|
|
|
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE 8
|
|
|
set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 256
|
|
|
set_global_assignment -name EDA_SIMULATION_TOOL "ModelSim-Altera (Verilog)"
|
|
|
-set_global_assignment -name EDA_TIME_SCALE "1 ps" -section_id eda_simulation
|
|
|
+set_global_assignment -name EDA_TIME_SCALE "100 ps" -section_id eda_simulation
|
|
|
set_global_assignment -name EDA_OUTPUT_DATA_FORMAT "VERILOG HDL" -section_id eda_simulation
|
|
|
set_global_assignment -name EDA_GENERATE_FUNCTIONAL_NETLIST OFF -section_id eda_board_design_timing
|
|
|
set_global_assignment -name EDA_GENERATE_FUNCTIONAL_NETLIST OFF -section_id eda_board_design_symbol
|
|
@@ -170,4 +170,12 @@ set_global_assignment -name SDC_FILE max80.sdc
|
|
|
set_global_assignment -name SYSTEMVERILOG_FILE max80.sv
|
|
|
set_global_assignment -name SOURCE_FILE max80.pins
|
|
|
set_global_assignment -name SOURCE_TCL_SCRIPT_FILE scripts/pins.tcl
|
|
|
+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_NAME testclk -section_id eda_simulation
|
|
|
+set_global_assignment -name EDA_DESIGN_INSTANCE_NAME max80 -section_id testclk
|
|
|
+set_global_assignment -name EDA_TEST_BENCH_RUN_SIM_FOR "1 ms" -section_id testclk
|
|
|
+set_global_assignment -name EDA_TEST_BENCH_MODULE_NAME testclk -section_id testclk
|
|
|
+set_global_assignment -name EDA_TEST_BENCH_FILE simulation/testclk.sv -section_id testclk
|
|
|
+set_global_assignment -name EDA_NATIVELINK_PORTABLE_FILE_PATHS ON -section_id eda_simulation
|
|
|
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|