The changes made in the Dialog have to be written back to some other tcl variables to influence the tool query for special departments. I have no clue how to do this, uf.MOM.askmom askstring and setstring only seems to run in the context of MOM_run_user_function and not from externa...
2) Use a Tcl script to create more customized reporting. For Example: set L [list] foreach path [get_timing_paths -nworst 1 -max 1000 -hold] { lappend L [get_timing_path -setup -nworst 1-sort_by group -from [get_property STARTPOINT_PIN $path] -to [get_property ENDPOINT_PIN $pat...
I am not aware of a way to iterate through the drc boxes via TCL. In the past, when I've needed to do this, I've processed the text output of verifyGeometry to get the drc box coordinates. I realize this can be cumbersome, but hopefull...
I like to be able to use this one fifo in a block of shared IP that can be compiled either in Quartus or in a different vendor. Also, it is easy to change the dimensions of my fifo, without having to regenerate using the MegaWizard. Translate 0 Kudos Copy link Reply ...
In this FIFO, I use gray code counters for the read and write pointers to the core memory. These multi-bit pointers must be synchronized to the opposite clock domains to compute full and empty flags (e.g. rdptr is synchronized to wclk to compare against the wptr to det...