projects
/
nmigen-examples.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
472beee
)
up_counter: Forgot to remove commented imports
master
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Sun, 24 Sep 2023 13:21:33 +0000
(13:21 +0000)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Sun, 24 Sep 2023 13:21:33 +0000
(13:21 +0000)
up_counter/up_counter.py
patch
|
blob
|
history
diff --git
a/up_counter/up_counter.py
b/up_counter/up_counter.py
index 110a5fd8d684e07fc0b3887a00b13edf543048b0..a9969ee1b75ffe98ccfd0a8d28540dbe30a869cc 100644
(file)
--- a/
up_counter/up_counter.py
+++ b/
up_counter/up_counter.py
@@
-1,9
+1,5
@@
-#from nmigen import *
from nmigen import Signal, Value, Elaboratable, Module, Cat, Const
from nmigen import Signal, Value, Elaboratable, Module, Cat, Const
-#from nmigen import ClockDomain, ClockSignal
from nmigen.build import Platform
from nmigen.build import Platform
-#from nmigen.cli import main_parser, main_runner
-#from nmigen.asserts import Assert, Assume, Cover, Past
# --- CONVERT ---
from nmigen.back import verilog
# --- CONVERT ---
from nmigen.back import verilog