I've tried again with the commit you suggested (63611c0), it goes a long long way, then it fails with this error:
Annotating constraints to design from ucf file "./src/vhdl/lcd4ddr.ucf" ...
Resolving constraint associations...
Checking Constraint Associations...
ERROR:ConstraintSystem:59 - Constraint <NET "jc<9>" LOC=J4 |>
[./src/vhdl/lcd4ddr.ucf(276)]: NET "jc<9>" not found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
WARNING:ConstraintSystem - A target design object for the Locate constraint
'<NET "jc<9>" LOC=J4 |> [./src/vhdl/lcd4ddr.ucf(276)]' could not be
found and so the Locate constraint will be removed.
ERROR:ConstraintSystem:59 - Constraint <IOSTANDARD=LVCMOS33;>
[./src/vhdl/lcd4ddr.ucf(276)]: NET "jc<9>" not found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
ERROR:ConstraintSystem:59 - Constraint <NET "jc<10>" LOC=E6 |>
[./src/vhdl/lcd4ddr.ucf(277)]: NET "jc<10>" not found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
WARNING:ConstraintSystem - A target design object for the Locate constraint
'<NET "jc<10>" LOC=E6 |> [./src/vhdl/lcd4ddr.ucf(277)]' could not be
found and so the Locate constraint will be removed.
ERROR:ConstraintSystem:59 - Constraint <IOSTANDARD=LVCMOS33;>
[./src/vhdl/lcd4ddr.ucf(277)]: NET "jc<10>" not found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
while doing isework/lcd4ddr.ngd
I remember you changing some of the jc stuff in other commits, I'll try with something newer to see if it fixed this.
BTW, is there a way I can speed up the build a bit? I have a new-ish computer yet it still takes many hours to get to this point :-)
Thanks,
- P