Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- I want to build 4 serial inverters but at last when programming the FPGA quartus automatically fixes it as if no inverters exists.how can I do some thing to ignore this auto fixing? --- Quote End --- altera has provided various attributes useful in controlling fitter. for comb. nodes(wires) try this attribute: signal invert : std_logic; attribute keep: boolean; attribute keep of invert: signal is true; apply to all relevant wires in your chain.