From: Andrey Miroshnikov Date: Sun, 24 Sep 2023 13:21:33 +0000 (+0000) Subject: up_counter: Forgot to remove commented imports X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94bfa5765d62c17309f624bfb823ff834706ab28;p=nmigen-examples.git up_counter: Forgot to remove commented imports --- diff --git a/up_counter/up_counter.py b/up_counter/up_counter.py index 110a5fd..a9969ee 100644 --- 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 ClockDomain, ClockSignal 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