Skip to content

Commit 31e7482

Browse files
Update README.md
1 parent f0822be commit 31e7482

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,18 @@ Tcl commands (Available in GUI or Batch console or Batch script):
143143
0 : Initialize register by '0' (default)
144144
1 : Initialize register by '1'
145145
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
146158
---------------
147159
--- Packing ---
148160
---------------

0 commit comments

Comments
 (0)