File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,18 @@ Tcl commands (Available in GUI or Batch console or Batch script):
143
143
0 : Initialize register by '0' (default)
144
144
1 : Initialize register by '1'
145
145
2 : Leave register unintialized
146
+ set_limits <type> <int> : Sets a user limit on object of type (dsp, bram), specify 0 to disable block inferrence
147
+ dsp : Maximum number of usable DSPs
148
+ bram : Maximum number of usable BRAMs
149
+ carry_length : Maximum carry length
150
+ analyze ?clean? : Analyzes the RTL design, generates top-level, pin and hierarchy information
151
+ clean : Deletes files generated from this task
152
+ synthesize <optimization> ?clean? : RTL Synthesis, optional opt. (area, delay, mixed)
153
+ <optimization> : area, delay, mixed
154
+ area : Optimize for reduce resource area
155
+ delay : Optimize for performance
156
+ mixed : Optimize for area and performance (default)
157
+ clean : Deletes files generated from this task
146
158
---------------
147
159
--- Packing ---
148
160
---------------
You can’t perform that action at this time.
0 commit comments