first of all, thanks for the previous reply!
okay so here's what i want to do, but i guess i explained it poorly before.
so basically i am working on a new micro-architecture. what we have done is modified the functionality of basic gates such as AND, OR, etc to meet the requirements of what we want. Lets just call these gates shadow gates. to demonstrate that this idea works i built a simple arbiter using structural verilog. now i want to write an entire processor using that principle (using shadow gates).
so i intend to use behavioural verilog for writing this processor. however, when i synthsize, i need the quartus synthesizer to synthesize using only the shadow gates and muxes i have already built so that the entire processor is effectively using that new micro-architecture.
any ideas or thoughts?
Thanks again..
vik.vik