mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-20 03:12:05 +00:00
Cleanup
This commit is contained in:
parent
b2e34f932a
commit
4f0818275f
1 changed files with 2 additions and 7 deletions
|
@ -25,11 +25,6 @@
|
||||||
// For example, (complex) flip-flops are expected to be described as an
|
// For example, (complex) flip-flops are expected to be described as an
|
||||||
// combinatorial box (containing all control logic such as clock enable
|
// combinatorial box (containing all control logic such as clock enable
|
||||||
// or synchronous resets) followed by a basic D-Q flop.
|
// or synchronous resets) followed by a basic D-Q flop.
|
||||||
|
|
||||||
// ============================================================================
|
|
||||||
|
|
||||||
// `abc9' requires that complex flops be split into a combinatorial box
|
|
||||||
// feeding a simple flop ($_ABC9_FF_).
|
|
||||||
// Yosys will automatically analyse the simulation model (described in
|
// Yosys will automatically analyse the simulation model (described in
|
||||||
// cells_sim.v) and detach any $_DFF_P_ or $_DFF_N_ cells present in
|
// cells_sim.v) and detach any $_DFF_P_ or $_DFF_N_ cells present in
|
||||||
// order to extract the combinatorial control logic left behind.
|
// order to extract the combinatorial control logic left behind.
|
||||||
|
@ -55,8 +50,8 @@
|
||||||
// || ||
|
// || ||
|
||||||
// || /\/\/\/\ ||
|
// || /\/\/\/\ ||
|
||||||
// D -->>-----< > || +------+
|
// D -->>-----< > || +------+
|
||||||
// R -->>-----< Comb. > || |$_ABC_|
|
// R -->>-----< Comb. > || |$__ABC|
|
||||||
// CE -->>-----< logic >--->>-- $nextQ --| FF_ |--+-->> Q
|
// CE -->>-----< logic >--->>-- $nextQ --| _FF_ |--+-->> Q
|
||||||
// $abc9_currQ +-->>-----< > || +------+ |
|
// $abc9_currQ +-->>-----< > || +------+ |
|
||||||
// | || \/\/\/\/ || |
|
// | || \/\/\/\/ || |
|
||||||
// | || || |
|
// | || || |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue