cube1us / IBM1410SMS

Database Program for capturing data from IBM SMS Automated Logic Diagrams and related database layer
GNU General Public License v3.0
0 stars 0 forks source link

Clean up generation in the presence of gates where HDL is disabled #62

Open cube1us opened 3 years ago

cube1us commented 3 years ago

Sometimes one disables gates for HDL generation (example: Disabling gates for feature S10 (10K only memory) on an IBM 1410). When this is done, the generation code ignores that gate, but should also ignore all the connections from it and to it, including any sheet edge input signals which connect solely to that gate, any output signals originating solely at that gate, along with any gate to gate or gate to DOT function connections involving that gate, and issue messages relating to the connections removed.

So far, the fact that this is not done results in error messages but the HDL generation is satisfactory.