diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-28 02:29:46 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-28 02:29:46 -0600 |
| commit | 98d493f9c80f356cdbc2669150d772e451c3b80e (patch) | |
| tree | 320f7c6b86ea5be5d07f848ec450663e9319de0b /cache_hw.tcl | |
| parent | 7c5974f80f2b549a45721053037e877bc6bda438 (diff) | |
platform: implement support for disabling CPUs
Diffstat (limited to 'cache_hw.tcl')
| -rw-r--r-- | cache_hw.tcl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cache_hw.tcl b/cache_hw.tcl index 269a368..712cf67 100644 --- a/cache_hw.tcl +++ b/cache_hw.tcl @@ -55,14 +55,14 @@ add_fileset_file cache_debug.sv SYSTEM_VERILOG PATH rtl/cache/cache_debug.sv # # parameters # -add_parameter TOKEN_AT_RESET INTEGER 0 -set_parameter_property TOKEN_AT_RESET DEFAULT_VALUE 0 -set_parameter_property TOKEN_AT_RESET DISPLAY_NAME TOKEN_AT_RESET -set_parameter_property TOKEN_AT_RESET TYPE INTEGER -set_parameter_property TOKEN_AT_RESET UNITS None -set_parameter_property TOKEN_AT_RESET ALLOWED_RANGES -2147483648:2147483647 -set_parameter_property TOKEN_AT_RESET AFFECTS_GENERATION false -set_parameter_property TOKEN_AT_RESET HDL_PARAMETER true +add_parameter ID INTEGER 0 +set_parameter_property ID DEFAULT_VALUE 0 +set_parameter_property ID DISPLAY_NAME ID +set_parameter_property ID TYPE INTEGER +set_parameter_property ID UNITS None +set_parameter_property ID ALLOWED_RANGES 0:3 +set_parameter_property ID AFFECTS_GENERATION false +set_parameter_property ID HDL_PARAMETER true # |
