aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/python
Commit message (Collapse)AuthorAgeFilesLines
* fpga: print timing report after generate bin fileJosh Blum2011-07-191-0/+30
|
* Added a sanity checker Python script.Nick Foster2010-08-241-0/+62
The script just looks for input/inout/outputs that are declared in the .v but not in the .ucf. If it finds an occurrence, it aborts the compile. Removed pin "POR" from u2plus.v due to the script. Also reverted an error I introduced to test the script, which I mistakenly committed earlier.