Altera_Forum
Honored Contributor
17 years agoCan EDIF Instantiated Entity be Defined by Subdesign During Compile?
I have an EDIF netlist export of a design which uses parts that do not directly map to Altera primitive functions. Is it possible to build a subdesign with Altera functions that would implement the function and be used to define the EDIF entity during compilation.
For example: A T-Flip Flop in the circuit used to generate an EDIF netlist has the following ports. (cell TFR (cellType generic) (comment "From OrCAD library STA_STD.OLB") (view NetlistView (viewType netlist) (interface (port VDD (direction INPUT)) (port GND (direction INPUT)) (port C (direction INPUT)) (port CB (direction INPUT)) (port R (direction INPUT)) (port Q (direction OUTPUT)) (port QB (direction OUTPUT)))))) An Altera T-Flip Flop does not have ports for VDD, GND, CB, R(active high), or QB. The additional functions would have to be defined in a subdesign or module. Can a subdesign defined in terms of Altera functions be used during compilation to define an entity in the EDIF netlist? Thanks, Eric