1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-01-11 23:53:33 +00:00

7 Commits

Author SHA1 Message Date
Carlos de Paula
96fadc10d0 Add post-build instructions for Polarfire
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2021-02-23 10:35:22 -03:00
Carlos de Paula
7f79b67019 Add support for Microsemi Polarfire FPGA
This PR adds support for Polarfire FPGA from Microchip/Microsemi.
The support has also been added to Fusesoc .core file to use the
soon-to-be merged Libero backend.

- Due to a tool incompatibility, Libero does not accept a module
named "pll". Due to this, I've renamed the PLLs to Chiselwatt_pll.
- Fixed formatting for chiselwatt.core file according to YAML lexer.
- Added micropython and helloworls filesets to .core so it's possible to
override the .hex to be used on core generation.

Demo of hello_world and Micropython:
https://twitter.com/carlosedp/status/1362119833324826626

Signed-off-by: Carlos de Paula <me@carlosedp.com>
2021-02-17 19:40:30 -03:00
Carlos de Paula
2d5d429708 Adjust pins and Makefile for OpenOCD
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-04-08 10:26:02 -03:00
Anton Blanchard
ca3e38c194 FuseSoC Nexys Video support
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-06 21:13:06 +11:00
Anton Blanchard
f272e0ff16 Add FuseSoC Arty A7 support
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-03 10:40:05 +11:00
Anton Blanchard
d0a15b35de Move PLLs into pll/
Also rename pll_ecp5_evn.v to pll_ehxplll.v

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-02 14:03:00 +11:00
Anton Blanchard
e3990af2ef Add FuseSoC support
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-02 14:03:00 +11:00