Skip to content

Are there available DRAM and PCIe modules/libraries in chisel? #2321

Answered by ekiwi
hiratz asked this question in Q&A
Discussion options

You must be logged in to vote

What kind of FPGA are you using? I have some experience with Xilinx FPGAs and for those I would recommend writing your custom data processing module in Chisel and then importing that into Vivado where you can then instantiate the Xilinx PCIe and DRAM IPs and connect them to your module. I did something similar-ish here: https://github.com/ekiwi/pynq (not using PCIe or DRAM, but it is a good example for how to integrate a Chisel design into Vivado)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hiratz
Comment options

@ekiwi
Comment options

@ekiwi
Comment options

@hiratz
Comment options

Answer selected by hiratz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants