Florent Kermarrec
dbaeaf7833
remove trailing whitespaces
2014-10-17 17:08:46 +08:00
Robert Jordens
0bac463780
sim/icarus: add vpi directory to module search path
...
This allows running the iverilog simulations from the migen top directory
without having to install the .vpi anywhere.
2014-09-07 16:49:12 +08:00
Florent Kermarrec
9fcea6e64a
migen/sim/generic: use kwargs to pass parameters to icarus.Runner
2014-07-24 10:17:54 -06:00
Sebastien Bourdeauducq
a36a208dd1
sim: use (mandatory) ncycles when starting a simulation with no active functions
2014-04-13 15:16:27 +02:00
Sebastien Bourdeauducq
90f0dfad63
Add 'passive' simulation functions that are not taken into account while determining when to stop the simulator
2014-01-27 23:58:46 +01:00
Sebastien Bourdeauducq
63c1d7e4b7
New simulation API
2014-01-26 22:19:43 +01:00
Robert Jördens
55afab2276
sim: use Simulator as a contextmanager
...
__del__ garbage collector callbacks are too delicate. E.g. imported
modules can be garbage collected before the objects using them. Can't
use os.remove, socket.SHUT_RDWR...
* added a DeprecationWarning if a Simulator is garbage collected without
having its .close() called
* renamed all gc __del__ callbacks to close()
* implemented context manager hooks for Simulator. Use like
with Simulator(TestBench()) as s:
s.run()
2013-11-29 23:05:15 +01:00
Sebastien Bourdeauducq
b7ed19c6c5
fhdl: do not export Fragment
2013-07-25 18:52:54 +02:00
Sebastien Bourdeauducq
70ffe86356
New migen.fhdl.std to simplify imports + len->flen
2013-05-22 17:11:09 +02:00
Sebastien Bourdeauducq
51bec340ab
sim: remove PureSimulable (superseded by Module)
2013-03-15 19:41:30 +01:00
Sebastien Bourdeauducq
dd0f3311cd
structure: remove Fragment.call_sim
2013-03-15 19:15:48 +01:00
Sebastien Bourdeauducq
9b9bd77d00
sim: compatibility with new ClockDomain API
2013-03-15 19:15:28 +01:00
Sebastien Bourdeauducq
69dbf84e54
sim/generic: support implicit get_fragment
2013-03-12 16:54:01 +01:00
Sebastien Bourdeauducq
49cfba50fa
New 'specials' API
2013-02-22 17:56:35 +01:00
Sebastien Bourdeauducq
92b67df41c
sim: default runner to Icarus Verilog
2013-02-09 17:04:53 +01:00
Sebastien Bourdeauducq
50ed73c937
New specification for width and signedness
2012-11-29 21:22:38 +01:00
Sebastien Bourdeauducq
d2c61e6a90
sim/generic/multiread: do not return spurious items
2012-11-23 23:07:25 +01:00
Sebastien Bourdeauducq
89643bc434
sim/ipc/Message: convert values
2012-11-17 23:19:40 +01:00
Sebastien Bourdeauducq
e16353a281
Multi-clock design support + new instance API
2012-09-10 23:45:02 +02:00
Sébastien Bourdeauducq
6490785b6c
Merge pull request #3 from brandonhamilton/upstream
...
Optionally accept iverilog simulator options
2012-09-09 10:52:52 -07:00
Sebastien Bourdeauducq
5bf19c155f
sim: ensure clean IPC shutdown
2012-08-05 00:16:11 +02:00
Sebastien Bourdeauducq
8de192dfbd
x.bv.width -> len(x)
2012-07-13 18:32:54 +02:00
Sebastien Bourdeauducq
8a23451237
PureSimulable
2012-06-12 17:08:56 +02:00
Sebastien Bourdeauducq
b145f9e5e2
sim: multiread/multiwrite
2012-06-08 17:52:32 +02:00
Sebastien Bourdeauducq
0b62e573ae
sim: pass extra keyword arguments to Verilog converter
2012-04-30 16:38:17 -05:00
Brandon Hamilton
49b58a03a0
Optionally accept iverilog simulator options
2012-04-03 12:58:19 +02:00
Sebastien Bourdeauducq
d3c6b8d16f
sim/proxy: support lists
2012-04-01 17:19:53 +02:00
Sebastien Bourdeauducq
bb864c65dc
sim: proxy
2012-03-30 16:40:26 +02:00
Sebastien Bourdeauducq
081b658e2d
Update copyright notices
2012-03-23 16:41:30 +01:00
Sebastien Bourdeauducq
678a89d572
sim: fix zero encoding
2012-03-08 15:34:08 +01:00
Sebastien Bourdeauducq
decbd069fa
sim: fix message debug formatting
2012-03-08 15:27:35 +01:00
Sebastien Bourdeauducq
8160ced2e9
sim: memory access
2012-03-06 19:29:39 +01:00
Sebastien Bourdeauducq
6f829c7afc
sim: support for signed numbers
2012-03-06 16:46:18 +01:00
Sebastien Bourdeauducq
9da512dbf5
sim: VCD generation
2012-03-06 15:26:04 +01:00
Sebastien Bourdeauducq
22b3c11b93
sim: clean startup/shutdown
2012-03-06 15:00:02 +01:00
Sebastien Bourdeauducq
06de17b16c
sim: remove temporary files and socket
2012-03-06 14:20:26 +01:00
Sebastien Bourdeauducq
2c375e900f
sim: remove default sockaddr
2012-03-06 13:58:49 +01:00
Sebastien Bourdeauducq
aac9752558
sim: basic functionality working
2012-03-05 20:31:41 +01:00
Sebastien Bourdeauducq
29859acc34
sim: two way IPC working
2012-03-04 19:17:03 +01:00
Sebastien Bourdeauducq
8586daf2dd
sim: IPC module (lacks str/int encoding)
2012-03-03 18:55:38 +01:00