Leon Schuermann
05dda4cbdc
sim/xgmii_ethernet: switch internal bus representation to 32 bits
...
The xgmii_ethernet module used to represent internal XGMII interface
signals using 64-bit signals. While this is not incorrect per se, it
makes a standards-compliant implementation of the XGMII significantly
harder in the long run. This is because XGMII fundamentally is defined
as a 32-bit bus, and thus has constraints in relation to that bus
width. For example, it is specified that packets may only ever start
on the XGMII lane 0, that is the first octet of a 32-bit XGMII bus
word. Hence, to properly handle a XGMII start of frame control
character using a 64-bit bus representation, the first and fifth octet
would need to be respected, along with shifting data depending on the
start octet.
Hence this change causes the internal XGMII interface to be
represented as a 32-bit bus. Because it is common for FPGAs to
implement the XGMII as a 64-bit bus given the fact that a DDR bus
cannot be represented in an FPGA and 32 bits without DDR would require
a clock frequency of 312.5MHz, it still permits 64-bit operation. This
is implemented by always transmitting two 32-bit bus words back to
back.
Signed-off-by: Leon Schuermann <leon@is.currently.online>
2021-11-17 13:47:02 +01:00
Florent Kermarrec
af6b6c94b8
litex_setup: Use fixed sha1 for pythondata-cpu-ibex.
2021-11-16 18:16:05 +01:00
Florent Kermarrec
b1c4670606
build/efinix: Add InterfaceWriterBlock/InterfaceWriterXMLBlock and remove DRAM specific block/xml block generation.
...
These blocks are specific to the boards so move it to LiteX-Boards targets.
2021-11-16 17:40:33 +01:00
enjoy-digital
3012d7d634
Merge pull request #1103 from trabucayre/review_eoss3_core
...
Review eoss3 core
2021-11-15 08:32:28 +01:00
Gwenhael Goavec-Merou
637ab39364
soc/cores/cpu/eos_s3: pass input clocks through gclkbuff
2021-11-14 17:48:14 +01:00
Gwenhael Goavec-Merou
ffda9bbece
soc/cores/cpu/eos_s3: set a default values for all unused qlal4s3b_cell_macro's signals
2021-11-14 17:41:11 +01:00
Florent Kermarrec
ce96668ebd
integration/soc: Fix typo.
2021-11-14 09:43:00 +01:00
Florent Kermarrec
8d7196d567
cpu/eos_s3: Cleanup clocking.
2021-11-14 09:18:53 +01:00
Florent Kermarrec
c30df687b4
cpu/eos_s3: First cleanup pass.
2021-11-14 09:10:26 +01:00
Florent Kermarrec
bce2297418
cpu/eos_s3: Put wishbone bus in periph_buses and avoid specific integration.
2021-11-14 09:02:53 +01:00
enjoy-digital
e612f0d1ec
Merge pull request #1102 from trabucayre/eos_s3_fix_wb_adr
...
Eos s3 fix wb adr
2021-11-14 08:50:32 +01:00
Gwenhael Goavec-Merou
b703980c86
soc/cores/cpu/eos_s3: fix o_WBs_ADR align
2021-11-13 18:33:29 +01:00
Florent Kermarrec
291402608e
efinix/ifacewriter: Renamer br0_pll to dram_pll.
2021-11-12 19:44:20 +01:00
Florent Kermarrec
0a90a0eee9
cpu/vexriscv_smp: Use specific Ram_1w_1rs implementation on Efinix FPGAs.
2021-11-12 18:00:47 +01:00
Gwenhael Goavec-Merou
1ce2073694
soc/cores/cpu/eos_s3: add interrupt support
...
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
2021-11-12 13:20:16 +01:00
Gwenhael Goavec-Merou
ea04273281
soc/cores/cpu/eos_s3: add interrupt support
2021-11-12 11:34:03 +01:00
Florent Kermarrec
f679992f8d
efinix/ifacewriter/add_dram_xml: Switch ctrl_type to ena_user_rst.
...
Also add notes for future improvements.
2021-11-11 12:26:26 +01:00
Florent Kermarrec
f89e883ab0
soc/cores/clock/efinix_trion: Add clock constraints to PLL's clkouts.
2021-11-11 11:44:35 +01:00
Florent Kermarrec
55ac0d4bd8
build/efinix/efinity: Generate bitstreams to gateware directory.
2021-11-11 11:18:32 +01:00
Florent Kermarrec
371319023e
build/efinix: Build is better with colors!
2021-11-11 11:10:58 +01:00
Florent Kermarrec
1932506373
build/efinix/efinity: Simplify/Cleanup pass and only keep mandatory information in project's xml.
2021-11-11 11:10:48 +01:00
Florent Kermarrec
a5356f78c3
build/efinix/efinity: Switch to direct call of efx_map/pnr/pgm and add family parameter.
2021-11-11 11:07:23 +01:00
enjoy-digital
a89772f087
Merge pull request #1098 from Technosystem-Labs/liblitedram_fix
...
liblitedram: Write latency calibration failure fix
2021-11-11 09:00:18 +01:00
Florent Kermarrec
ee605540bf
build/efinix/efinity: Prepare build switch to direct calls of efx_map/efx_pnr/efx_pgm.
...
Will give us more flexibily and to display build infos.
2021-11-10 19:47:00 +01:00
Florent Kermarrec
873a0d4e17
efinix/ifacewriter/generate_pll_dram: Change name to br0_pll for now (to be as close as possible from the example design).
2021-11-10 19:42:01 +01:00
Mikołaj Sowiński
fd6162c87f
Make use of _sdram_write_leveling_bitslips in write latency calibration only for write leveling capable targets
2021-11-10 14:01:15 +01:00
Florent Kermarrec
feca1c472d
build/efinix/ifacewriter: Go a bit further in DRAM integration.
2021-11-10 12:05:47 +01:00
Gwenhael Goavec-Merou
a742731d26
cpu: Add initial EOS-S3 Integration.
...
Initial support allowing Software control of the Leds in the eFPGA.
2021-11-09 18:55:53 +01:00
Florent Kermarrec
f89b99eccc
build/efinix/ifacewriter: Add initial add_ddr_xml with LPDDR3/1 256-bit AXI Port.
2021-11-09 16:12:30 +01:00
Florent Kermarrec
d806b880a0
build/efinix: Add add_iface_ios.
2021-11-09 16:11:21 +01:00
Florent Kermarrec
aec8276cdb
build/efinix/ifacewriter: Cosmetic cleanup (Replace " with ' when possible) and move add_ddr_lvds to the end.
2021-11-09 14:29:00 +01:00
Florent Kermarrec
02c0ed2de7
bios/boot: Fix memcpy exceeding length (Thanks @acathla).
2021-11-09 14:04:40 +01:00
Florent Kermarrec
7b259888bb
bios/boot: Cosmetic cleanup.
2021-11-09 14:03:30 +01:00
Florent Kermarrec
0c028d1614
clock/efinix_trion: Add n parameter, rename pll_name to name.
2021-11-09 11:19:27 +01:00
Florent Kermarrec
7aac228690
cores/clock/efinix_trion: Revert use of name as clk_out_name when specified.
2021-11-08 19:39:05 +01:00
Florent Kermarrec
95a68609cd
clock/efinix_trion: Minor cleanup, revert support to None cd in create_clkout.
2021-11-08 18:19:12 +01:00
Florent Kermarrec
af5167c7f0
soc/interconnect/axi: Fix beat_offset dimension (was limiting bursts to 2KB instead of 4KB).
2021-11-05 18:39:22 +01:00
Florent Kermarrec
f0e3b3f3ea
cores/cpu/femtorv: Fix and used already patched version.
...
Integration will still have to be finished: https://github.com/enjoy-digital/litex/issues/1096 .
2021-11-05 17:44:06 +01:00
Florent Kermarrec
1aee3ba72e
cores/cpu/ibex: Remove patch (no longer required).
2021-11-05 17:19:17 +01:00
Florent Kermarrec
2740dd34e7
sim/verilator: Revert regular_comb change and just pass it to get_verilog as before.
2021-11-05 16:27:38 +01:00
Florent Kermarrec
67431f4109
cores/led: Add initial WS2812/NeoPixel core (MMAPed).
2021-11-04 08:41:00 +01:00
enjoy-digital
c13be522ce
Merge pull request #1094 from mkj/matt/sim-regular-comb
...
litex_sim: Allow regular_comb=False argument
2021-11-02 15:04:42 +01:00
Matt Johnston
1716e37809
litex_sim: Allow regular_comb=False argument
...
This was removed in
3b78fd928d
fhdl/verilog: Remove blocking_assign (not used with LiteX).
However that breaks litedram gen.py which passes regular_comb=False
to all toolchain builders
2021-11-02 18:16:28 +08:00
Florent Kermarrec
9ecb1e61a9
fhdl/verilog: Fix sig.direction regression.
2021-10-31 23:40:11 +01:00
enjoy-digital
3ba5d6f187
Merge pull request #1093 from cr1901/ccache
...
Add option in Makefile for (s)ccache support.
2021-10-30 22:49:32 +02:00
enjoy-digital
1eaece22d3
Merge pull request #1092 from enjoy-digital/verilog-dev
...
fhdl/verilog: Improve code presentation.
2021-10-30 22:48:21 +02:00
enjoy-digital
e9dd07006e
Merge pull request #1091 from enjoy-digital/memory-dev
...
fhdl/memory: Improve generation code and avoid specific generation for Efinix FPGAs.
2021-10-30 22:47:59 +02:00
Florent Kermarrec
28c8436e01
fhdl/memory/write: Avoid slicing data when memory.width == port.we_granularity.
2021-10-30 22:42:55 +02:00
William D. Jones
86ef4e95a5
Add option in Makefile for (s)ccache support.
2021-10-29 21:04:05 -04:00
Florent Kermarrec
942e50b992
fhdl/verilog: Improve code presentation.
...
- Add a LiteX Header/Trailer.
- Add _print_signal function.
- Add more infos to the Header.
- Add separators between blocks of code.
- Align Wire/Reg definition.
2021-10-28 20:14:35 +02:00