Commit graph

24 commits

Author SHA1 Message Date
jmason827
955bbdb8f4 fpga: Add VC707 compatibility (#335)
* vc707 changes

* vc707 changes redo

* mcs write and bitstream programming scripts now dependent on board variables
2019-10-11 13:41:41 +02:00
Stefan
a45a23600d fpga: Add support for Xilinx Kintex-7 FPGA KC705 Evaluation Kit (#262)
* Added support for Xilinx Kintex-7 FPGA KC705 Evaluation Kit

* Added better handling for the board parameter with the genesys2 as a default. Bumped the ariane-ethernet repo for compatibility
2019-10-09 21:15:13 +02:00
Florian Zaruba
a5f3184a65 Improve Tandem Simulation, switch-able caches and fix a cache-bug (#192)
* Add spike isa sim

* Fix AMO problem in verilator

* 🎨 Tidy up FPU wrapper

* Bump axi_exclusive submodule

* Refactor serpent AXI adapter, bump dbg and atomics submodules, add separate bootrom for linux on OpenPiton (#190)

* Refactor serpent AXI adapter

* Disable FPU in OpenPiton by default

* Bump dbg and atomics submodules

* Fix cache testbenches (interface change)

* FPGA bootrom changes for OpenPiton SDHC

* Introduce two bootroms, one for baremetal apps (pitonstream), and one for linux boot from SD

* Testing barrier-based synchronisation instead of CLINT-based

* This bootrom works for 2 core on g2 and if you change MAX_HARTS to 4, then 4 cores on vc707

* Add MAX_HARTS switch to makefile

* Fix gitlab CI

* Revert standard FPGA bootrom

* Update Flist

* Make UART_FREQ a parameter

* Fix typo in tb.list and an error in define switch in ariane_pkg

* Copy over SD-driver in bootloader from @leon575777642

* Fix compilation issues of bootrom

* Change signal name in serpent periph portlist

* Correct generate statement in serpent dcache memory

* Add Piton SD Controller, FPGA fixes

* Fix race condition in dcache misshandler

* Add tandem spike to Make flow

* Remove OpenPiton SD Card controller again
2019-03-18 11:51:58 +01:00
msfschaffner
07df142624 Maturity fixes and AXI extensions for write-through cache system (#188)
* : Fix PITON_ARIANE define issues
* Fix write-back / cache read collision issue in serpent dcache.
* Add separate bootrom / device tree for openpiton (hardcoded for 1x1 tile config at the moment).
* Bootrom generation update (better compatibility with older python versions), new bootrom for OpenPiton+Ariane.
* Fix assertion in icache.
* Correct JTAG timing constraints.
* Fix parameter type in fpga toplevel (fix #168).
* Remove conflicting bootrom from fpga file list.
* This flushs the branch predictors when entering exception handlers in order to avoid speculative fetches from virtual addresses (to be improved with PMAs).
* Fix byte offset of IPIs in CLINT
* Disable DCache flushes on fence for write-through cache (not needed in that case)
* Fix blocking assignments in ff process.
* Fix register access issue in debug mode, only affects A0 (fix #179).
* Fix multiple driver issue in PLIC
* Do not assume replicated data in serpent dcache when reading from an NC region.
* Another byte offset fix in IPIs (CLINT)
* Add AXI64 compliance switch to dcache_mem
* Fix genesys 2 constraints
* Map serpent atomic requests onto AXI atomic/exclusive transactions.
* Cleanup of AXI memory plumbing, add separate AXI adapter module.
* Remove unneeded interface signals, increase wbuffer #pending tx
* Fix verilator compilation issues in AXI adapter.
* Delete unnecessary constraint
* Delete duplicate module instance
* Update gitlab CI script
* Small fixes to make riscv atomics work with serpent_axi_adapter.
* Update travis and gitlab-ci scripts
* Register b responses for better timing.
* Remove fpu div submodule, update Makefile paths and src lists
* Constant bits in haltsum reduction must be 1 (AND reduction).
* Switch to DTM from riscv-dbg submodule
* Further cleanup fixes in AXI/serpent atomics
* Bump riscv-dbg version
2019-03-18 11:51:58 +01:00
Florian Zaruba
b1bdc0c02c Add System Verilog FPU (#163)
* Change reset strategy in ariane_verilog_wrap.sv, remove unneeded sigs in serpent_peripherals.

* saving...

* ⬆️ Updates for new FPU

* Add sv fpu to FPGA flow

* Use multi-threading capabilities of verilator

- Deactivate non-standard floating point arguments
- Make multi-threading conditional on the availability of verilator 4

* Remove DPI threadsafety

* Reduce FPGA clock frequency

- Remove couple of -v- tests to reduce test-time

* Fix documentation and fpga flow

- Fix cycle time to accommodate FPU
- Fix FPGA constraints

* Change UART frequency
2019-03-18 11:51:58 +01:00
Jonathan Richard Robert Kimmitt
40bc4de924 Correct mdio_oe naming, streamline to allow 1GHz capability 2019-02-06 09:32:40 +00:00
Michael Schaffner
40be845580
Rerouting RISC-V DTM JTAG from PMOD header to 2nd channel of FTDI chip. 2019-01-30 11:36:34 +01:00
Florian Zaruba
f0d267c363
Move UART to interrupt 0 2018-11-28 13:39:01 +01:00
Florian Zaruba
91d7babc87
🐛 Fix potential AXI ordering issue 2018-11-26 17:55:10 +01:00
Florian Zaruba
603c74da2d
Fix signaling issue in rgmii converter 2018-11-25 14:46:31 +01:00
Florian Zaruba
3e3d266078
Ethernet fixes, instantiate RGMII to MII converter 2018-11-23 17:18:44 +01:00
Florian Zaruba
7baea9612f
Merge remote-tracking branch 'origin/rgmii-converter' into ariane_next 2018-11-23 11:38:55 +01:00
Florian Zaruba
4558960b88
Small pre-release clean-up 2018-11-23 11:37:14 +01:00
Florian Zaruba
7c7643ab18
Add mii to rgmii converter 2018-11-23 11:32:38 +01:00
Florian Zaruba
db4f99e2ad
Ethernet preparation, fpga fixes 2018-11-20 19:02:52 +01:00
Florian Zaruba
bb821300f1
Put batch flow in place (incl small flow fixes) 2018-11-19 19:24:31 +01:00
Florian Zaruba
84f695ff34
Add ethernet_lite phy 2018-11-18 13:27:55 +01:00
Florian Zaruba
0ce36534e8
Add support for VCU118 2018-11-12 16:56:06 +01:00
Florian Zaruba
d7e73be02e
Merge branch 'fpga_dev' of github.com:pulp-platform/ariane into fpga_dev 2018-10-30 17:32:57 +01:00
Moritz Schneider
dbe63f622e Add SPI interrupt to PLIC connection 2018-10-30 14:26:36 +01:00
Florian Zaruba
e3107de53c
Merge branch 'fpga_dev' of github.com:pulp-platform/ariane into fpga_dev 2018-10-29 12:06:37 +01:00
Florian Zaruba
a8bcb23d51
Mature peripherals 2018-10-29 11:42:51 +01:00
Moritz Schneider
c40eb0be15 Add SD card in SPI mode 2018-10-17 11:15:32 +02:00
Florian Zaruba
ebf18b44fa
Re-structure fpga folder 2018-09-29 14:30:04 +02:00