Skip to content

Commit 2e89f1a

Browse files
committed
verilog/simulation.py -> simulation_/simulation.py
1 parent d4cafcf commit 2e89f1a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

veriloggen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Verilog
1717
from .verilog import from_verilog
18-
from .verilog import simulation
18+
from .simulation_ import simulation
1919

2020
# Extension
2121
from .seq.seq import Seq, TmpSeq, make_condition

veriloggen/simulation_/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.PHONY: clean
2+
clean:
3+
rm -rf *.pyc __pycache__ parsetab.py .cache *.out *.png *.dot tmp.v uut.vcd
File renamed without changes.

0 commit comments

Comments
 (0)