Sebastien Bourdeauducq
1a09eb7a19
mor1kx: sync
2014-08-03 15:57:55 +08:00
Sebastien Bourdeauducq
8adf6027e1
platforms/kc705: add automatic clk200 constraint
2014-08-03 15:53:58 +08:00
Sebastien Bourdeauducq
40dcc8b2aa
platforms/kc705: use XC3SProg
2014-08-03 15:53:42 +08:00
Sebastien Bourdeauducq
210cb720c1
platforms/kc705: use Vivado by default
2014-08-03 15:53:21 +08:00
Sebastien Bourdeauducq
536a220679
mibuild/programmer: fix XC3SProg init
2014-08-03 15:52:34 +08:00
Sebastien Bourdeauducq
61eae462f3
README: update
2014-08-03 15:48:55 +08:00
Sebastien Bourdeauducq
f7a7137127
targets: add basic KC705
2014-08-03 15:48:30 +08:00
Sebastien Bourdeauducq
213cb43ae5
Keep only basic SoC designs in MiSoC
2014-08-03 12:30:15 +08:00
Florent Kermarrec
cd51e78f54
storage: use SyncFIFOBuffered to implement fifo in block ram
2014-08-02 19:12:03 +02:00
Florent Kermarrec
a0d0742664
mibuild/generic_platform: add recursive parameter to add_source_dir
2014-08-02 21:25:51 +08:00
Sebastien Bourdeauducq
8baa957539
genlib/fifo: use synchronous memory read instead of additional register
...
The latter causes problems with InsertReset
2014-08-02 08:52:49 +08:00
Florent Kermarrec
47a85cc1ad
use new MiSoC fifo (no flush signal)
2014-08-01 10:36:15 +02:00
Sebastien Bourdeauducq
9395214d75
remove stale programmer.py
2014-08-01 12:34:38 +08:00
Florent Kermarrec
62c9043d07
move programmer to mibuild
2014-08-01 08:03:53 +08:00
Florent Kermarrec
82068267db
mibuild: move programmer to mibuild and create programmer directly in platforms
2014-08-01 08:03:36 +08:00
Florent Kermarrec
25b3aff6f1
sdramphy: add init sequence for DDR3
2014-07-31 10:29:32 +08:00
Yann Sionneau
32171da46d
Better UART baudrate generator, and testbench
...
This enables high speed (tested to 4Mbps) operation.
2014-07-31 10:24:52 +08:00
Sebastien Bourdeauducq
244ee52381
kc705/ddram: use lighter pin syntax
2014-07-30 10:31:26 +08:00
Florent Kermarrec
9cf204598a
mibuild/xilinx_vivado: allow sharing Misc constraints with ISE: example: ISE: DIFF_TERM=True VIVADO: set property DIFF_TERM TRUE
2014-07-30 10:10:41 +08:00
Sebastien Bourdeauducq
2cb7d73870
mor1kx: sync
2014-07-28 21:36:00 -06:00
Florent Kermarrec
84eb146e0a
kc705: add ddram pins
2014-07-28 21:35:18 -06:00
Robert Jordens
fe1c4535d0
mibuild.xilinx_vivado: support settingsXX.sh
...
* in the process refactor the version search, the architecture bit width
detection, the settings search and all also for xilinx_ise
* use distutils.version.StrictVersion
2014-07-27 19:50:15 -06:00
Robert Jordens
44c6e524ba
migen.fhdl.structure: add Signal.like(other)
...
This is a convenience method. Signal(flen(other)) is used frequently but that
drops the signedness. Signal((other.nbits, other.signed)) would be correct but
is long.
2014-07-24 23:52:59 -06:00
Florent Kermarrec
9fcea6e64a
migen/sim/generic: use kwargs to pass parameters to icarus.Runner
2014-07-24 10:17:54 -06:00
Robert Jordens
10d639d313
flow.plumbing: spelling
2014-07-19 14:29:51 -06:00
Robert Jordens
9266e10cae
flow.plumbing: make argument order consistent
2014-07-19 14:29:50 -06:00
Sebastien Bourdeauducq
ff1d105c7e
genlib/SyncFIFO: remove flush signal (use InsertReset instead)
2014-07-17 19:15:45 -06:00
Fabien Marteau
a53feba8a1
mibuild/platforms: add APF27 and APF51 Armadeus platforms
2014-07-11 11:07:54 -06:00
Fabien Marteau
f45897c97f
mibuild/generic_platform.py: adding ability to use void pins (none fpga pin) for connectors
...
Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com>
2014-07-09 10:41:51 +02:00
Sebastien Bourdeauducq
8349543732
style
2014-07-05 18:56:20 +02:00
Sebastien Bourdeauducq
2bb821c571
crt-or1k: trim useless exception vectors
2014-07-05 18:53:23 +02:00
Sebastien Bourdeauducq
9a64309fcd
Merge branch 'master' of github.com:m-labs/misoc
2014-07-04 10:29:53 +02:00
Sebastien Bourdeauducq
6462ee7fe1
Upgrade mor1kx. This fixes the UART bug that was due to IRQ 0 and 1 being non-maskable.
2014-07-04 10:29:42 +02:00
Florent Kermarrec
d4833cb3dc
cpuif: remove limitations on csr data_width
2014-06-28 17:39:55 +02:00
Sebastien Bourdeauducq
506ac0f780
Merge branch 'master' of github.com:m-labs/migen
2014-06-28 16:15:20 +02:00
Florent Kermarrec
f6dfabf7a9
mibuild/xilinx_vivado.py: add set property to misc constraint
2014-06-28 16:15:07 +02:00
Florent Kermarrec
a0df5baa55
host: add support for various csr_data width (8 & 32 tested, but should work with others)
2014-06-26 13:22:21 +02:00
Sebastien Bourdeauducq
af9f76f73a
Merge branch 'master' of github.com:m-labs/migen
2014-06-22 15:34:02 +02:00
Florent Kermarrec
ea0f4706f5
fsm: set reset_state as default state
2014-06-22 15:21:22 +02:00
Florent Kermarrec
0f9bc5ad6e
fix bit inversion on CSV/PY exports
2014-06-21 19:06:47 +02:00
Florent Kermarrec
7ad1028f8b
mibuild: use SimpleCRG instead of CRG_SE, remove period parameter for CRG_DS, clean up platforms
2014-06-20 17:29:29 +02:00
Florent Kermarrec
074a12b444
create dump class and specific export functions, add python dictionnary export
2014-06-19 13:24:47 +02:00
Florent Kermarrec
a737358919
host: split read/export and add csv export
2014-06-17 11:25:10 +02:00
Florent Kermarrec
4c426b36f3
fifo: add support for depth=2
2014-06-15 23:58:46 +02:00
Florent Kermarrec
70a2ee4368
migen/bank/description: add reset parameter to CSRStatus
2014-06-15 23:54:38 +02:00
Sebastien Bourdeauducq
e5ca0c5ed5
make.py: add platform-option
2014-06-07 13:43:23 +02:00
Sebastien Bourdeauducq
26717a49fe
kc705: use string default arg
2014-06-07 13:41:46 +02:00
Florent Kermarrec
be0d86f57f
initial Vivado support
2014-06-07 12:24:28 +02:00
Florent Kermarrec
8719206a3a
uart2wishbone: add default baudrate
2014-06-05 15:13:20 +02:00
Sebastien Bourdeauducq
4c2a2090b1
libbase: remove crt during make clean
2014-06-01 23:17:43 +02:00