Discussion:
logic cone
(too old to reply)
kris
2004-10-19 02:33:07 UTC
Permalink
Does someone know of a tool that finds the combinatorial logic that is
affected by a set of registers and input
ports?

In the EDA community they call this a logic cone (Logic cones are groups
of logic bordered by registers, ports or black boxes.) It is a.o. used in
verification tools.

In my case I do not want to compare two design as in a logic equivalence
check. I would simply like a netlist of cells.

Kris
Chris Alexander
2004-10-19 17:44:10 UTC
Permalink
I wrote a tool that does what you're asking about some years ago. It
takes verilog gate netlists and traces signal sources backward/forward
to registers or I/O.

There are some technology specific elements - I seem to recall putting
together a libraries for Xilinx, NEC and LSI gate arrays.

Send me some mail if you are interested.

Chris
Post by kris
Does someone know of a tool that finds the combinatorial logic that is
affected by a set of registers and input
ports?
In the EDA community they call this a logic cone (Logic cones are groups
of logic bordered by registers, ports or black boxes.) It is a.o. used in
verification tools.
In my case I do not want to compare two design as in a logic equivalence
check. I would simply like a netlist of cells.
Kris
Continue reading on narkive:
Loading...