Remove nmigen.lib from prelude.
Currently it's just MultiReg, and there's no particularly good reason to privilege this specific CDC primitive so much.
This commit is contained in:
parent
38831abdb4
commit
5e9587bbbd
4 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from nmigen import *
|
||||
from nmigen.lib.cdc import MultiReg
|
||||
from nmigen.cli import main
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue