This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
open_source_on_goboard [2021/02/23 06:44] sausage [Constraints] |
open_source_on_goboard [2021/02/23 11:26] (current) sausage [Extra Notes] |
||
|---|---|---|---|
| Line 148: | Line 148: | ||
| For ''yosys'' you can script the various commands that we entered earlier to help partially automate your workflow. | For ''yosys'' you can script the various commands that we entered earlier to help partially automate your workflow. | ||
| + | |||
| + | For the constaints file, you can supply the entire set of constraints, but you will receive harmless warnings. If you would like to supress the warnings, add the ''-nowarn'' flag to each entry in the PCF file like this: | ||
| + | |||
| + | set_io -nowarn o_LED_2 57 | ||
| + | |||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||