Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe GXBs are SONET (OC48).
I've tried: - hand modify the LU to implement the mux (F0 = a, F1 = b, F2 = c, F3 = d) but the Resource Property Editor won't let me move the inputs to different LU ports. Warning about being unable to modify global nets. - synthesize the Mux structure alone and hand-stitch. Resource property editor still won't let me move the ports. - put the 4:1 mux into its own design partition, set it to post-fitting (strict) preserve netlist & routing, accept the screwed up port placement, and re-stitch the verilog that instantiates the mux to map the function I want. Quartus still synthesized the mux, and gave me a different instantiation, with clock nets still connected to the select.