Nosaka Naoya
c5bdeb4a68
add type annotation
2 months ago
Nosaka Naoya
67db64611b
fix cuda launch expecting pure ints for grid spec
2 months ago
stefan
7a9ed1e536
vcd improvements
2 months ago
stefan
fcd9b78c24
rm test.py
2 months ago
stefan
f975765bbb
first version of a vcd parser
2 months ago
stefan
3cb1b2bc86
first version of a vcd parser
2 months ago
stefan
c4aecbd6c9
skywater 130nm tech library
2 months ago
stefan
25ff1fb2dc
fixups for empty standard cells
2 months ago
Nosaka Naoya
f0b55eed27
version bump
7 months ago
Nosaka Naoya
3700ae9b33
need 3.12 for generic types
7 months ago
Nosaka Naoya
df695e0aa1
for release 0.0.6
...
- sim: added LogicSim2V, LogicSim4V, LogicSim6V (faster and simpler API)
- sim: fixed model for: many-input gates in bench; dangling nodes; POs that drive further logic
- Circuit: dot output fix and better style, fixed equivalence check of lines and nodes.
- Techlib: Added KYUPY library with supported simulation primitives for debug and testing
- tests: fixed and added more for better coverage
- more type annotations
- updated project config and dependencies for better uv experience, newer lark, newer numpy
7 months ago
Nosaka Naoya
a28128830d
beginning simple always block parsing in verilog
7 months ago
Stefan Holst
20cf441abb
add doc gen dependencies
7 months ago
Nosaka Naoya
5ac21edbb1
migrate readme to markdown
7 months ago
Nosaka Naoya
f0d74777af
add dff to techlib
7 months ago
Nosaka Naoya
3848665533
ignore more generated python files
7 months ago
Nosaka Naoya
541cccd756
fix sim model for PO that also drive further logic
7 months ago
Stefan Holst
fed66f85cb
fix oob in test
7 months ago
Stefan Holst
2eb10f83b0
add pytest dev dependency
7 months ago
Nosaka Naoya
dd4e5c861a
fix sim model generation for circuits with dangling nodes
7 months ago
Nosaka Naoya
9cebbcce8f
support for storing responses separately
8 months ago
stefan
31434cfd51
4v sim, fixed 6v sim, better testing
8 months ago
stefan
ce94210b52
adding more types
8 months ago
Nosaka Naoya
09420fd72c
new logic sim interface prototype, simprim lib and test
8 months ago
Nosaka Naoya
5bcc1c1d77
new synthetic techlib with kyupy simprims
8 months ago
Nosaka Naoya
df8a58f57b
generate proper simprims in bench parser
8 months ago
Nosaka Naoya
3dfd0cb60d
euivalence test, op format doc
8 months ago
Nosaka Naoya
21439e3595
circuit objects and nodes/lines of different circuits are not quivalent.
8 months ago
Nosaka Naoya
88a5c79161
dot fix and updated intro nb
8 months ago
Nosaka Naoya
9ca437fe47
fault injection for 4v sim, wave_sim test fix
8 months ago
Nosaka Naoya
0cdaf71963
fix for latest lark
8 months ago
Nosaka Naoya
75972d7bb2
numba config deprecated
8 months ago
Nosaka Naoya
469dc18aa9
lark dependency update
8 months ago
stefan
33addab141
fix output with newest numpy
8 months ago
Nosaka Naoya
674f3dea4a
Merge branch 'main' into devel
1 year ago
Nosaka Naoya
55d62ff354
sphinx config
1 year ago
Nosaka Naoya
e311b1098a
sphinx config
1 year ago
Nosaka Naoya
aea633ac8d
for release 0.0.5
...
* Techlib: fix NanGate variants
* Circuit: more visitor and manipulator utilities
* mv_transition: produce stable values when arguments are UNASSIGNED
* Verilog: better assign processing
* STIL parsing improvements
* SDF: conditional parsing (semantics ignored for now), better interconnect annotation, more robust name matching
* sim: use ALAP topo-sort
* logic_sim: improved fault injection, faster 6V sim
* wave_sim: use correct thresholds for pulse filtering, partial delta-sim support, per-sim delay factor
* log: fix limiter
1 year ago
Nosaka Naoya
187d176cfd
partial ternary if support
1 year ago
Nosaka Naoya
ba1de0bea9
support for per-simulation delay factors
1 year ago
Nosaka Naoya
5769aa3716
deactivate delta sim
1 year ago
Nosaka Naoya
e97c370d39
support stuck-at fault model injection for 2-valued logic sim
2 years ago
Nosaka Naoya
3b7106be80
fix deferred assignments
2 years ago
Nosaka Naoya
d2357859f6
more robust matching and assign processing
2 years ago
Nosaka Naoya
53629c5c28
support injection into specific sims
2 years ago
Nosaka Naoya
e64845e8c0
fanout generator
2 years ago
Nosaka Naoya
da98ca2db7
signal flips in compiled code
2 years ago
Nosaka Naoya
deb4599206
fix tests
2 years ago
Nosaka Naoya
c1c9ec9aae
pin_name, cleanup legacy code
2 years ago
Nosaka Naoya
4c55dcec60
delta sim for improving fault sim performance
2 years ago