I'm not sure if this is where to post this, however In the Programming FPGAs book in Chapter 4 on page 57 "A Counter in Verilog", the Constraints file for the Papilio is listed with the highlighted changes from the schematic version. However, the "Clock" line is shown with CLOCK_DEDICATED_ROUTER = TRUE where in the schematic version this is listed as FALSE.
Ex:
Schematic Version:
NET "Clock" LOC = "P22" | PULLUP | CLOCK_DEDICATED_ROUTE = FALSE;
Verilog version:
NET "Clock" LOC = "P22" | PULLUP | CLOCK_DEDICATED_ROUTE = TRUE;
The books does not appear to have this highlighted.
Cheers!
I'm not sure if this is where to post this, however In the Programming FPGAs book in Chapter 4 on page 57 "A Counter in Verilog", the Constraints file for the Papilio is listed with the highlighted changes from the schematic version. However, the "Clock" line is shown with CLOCK_DEDICATED_ROUTER = TRUE where in the schematic version this is listed as FALSE.
Ex:
Schematic Version:
Verilog version:
The books does not appear to have this highlighted.
Cheers!