GithubHelp home page GithubHelp logo

Comments (6)

richardxia avatar richardxia commented on June 2, 2024

You need to generate the Xilinx Mixed-Mode Clock Manager (MMCM) IP yourself if you're not using our Makefile scripts to synthesize the FPGA image. Here is a guide on how to do that in the Vivado GUI: http://users.wpi.edu/~rjduck/MMCM%20Vivado%20example%20Verilog.pdf

You can find the parameters that we used in https://github.com/sifive/fpga-shells/blob/2389e6e95717caca782e7444422da16fef687188/xilinx/arty/tcl/ip.tcl#L3-L13

from freedom.

gobs-code avatar gobs-code commented on June 2, 2024

@richardxia Thanks Richard,
The xilinx ip "mmcm"and "reset_sys" can find IP Catalog but "PowerOnResetFPGAOnly " I don't know can find where or need to write myself ? Please give me some hints~
Thank you again!
poweronresetfpgaonly

from freedom.

mwachs5 avatar mwachs5 commented on June 2, 2024

https://github.com/sifive/fpga-shells/tree/master/xilinx/common/vsrc

from freedom.

gobs-code avatar gobs-code commented on June 2, 2024

@mwachs5 Hi mwach,
I know some module under directory of freechipsproject/rocket-chip/vsrc and sifive/sifive-block but where is BootRom module , I cant find it !
bootrom

from freedom.

richardxia avatar richardxia commented on June 2, 2024

BootROM uses Chisel's sequential memory feature, so it does not refer to an existing Verilog module. You will need to use the vlsi_rom_gen script from rocket-chip to generate the Verilog file from the ROM parameters. See our Makefile rule for handling this:

$(rocketchip_dir)/scripts/vlsi_rom_gen $(ROMCONF) $< > $@

from freedom.

terpstra avatar terpstra commented on June 2, 2024

Looks like this is resolved.

from freedom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.