Supporting the MATRIX Voice (xc6slx9-2ftg256c w/ MT47H32M16 DDR2 RAM)
See original GitHub issueLabel: type-new-project
Hello,
I’m trying to support the MATRIX Voice (xc6slx9-2ftg256c w/ MT47H32M16 DDR2 RAM, mx25l6406e SPI Flash) and deploy an lm32 CPU on its Spartan-6 to run Micropython using your project.
I created a matrix_voice.py file with the constraints in the “platforms” folder and base.py & Makefile.mk in the “targets” folder.
I’m able to enter the environment using
source scripts/enter-env.sh
After that, much of the content that would go in targets/matrix_voice/base.py for the MATRIX Voice have already been written in Verilog.
Do you know of any resources to use Migen & LiteX alongside pre-existing Verilog for things like “IDDR2”, “ODDR2”, “BUFG”, etc? I would appreciate if someone could point me in the right direction.
Thank you!
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Some other examples here -> https://github.com/timvideos/litex-buildenv/wiki/LiteX-for-Hardware-Engineers#instances
That is the bash prompt. The LiteX BIOS prompt comes when you do a
make firmware-connect
and are successfully talking serial to the BIOS running on the softcore inside the FPGA.