Is there any RTL generator for pulp platform? - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: Is there any RTL generator for pulp platform? (/showthread.php?tid=343) |
Is there any RTL generator for pulp platform? - sungyong - 06-03-2024 helllo, i just tried pulp platform and i've done simulation with pulp-sdk and pulp By the way, i want to develop pulp cores. Is there any RTL generator? i've seen rocket chip with chisel language. Is there any same things like chisel in pulp-platform? Then, if i want to modify some modules at pulp-platform, there's only way to do is modify system verilog code? Thanks for reading. RE: Is there any RTL generator for pulp platform? - kgf - 06-04-2024 Hello, Yes, PULP is developed and maintained as a SystemVerilog based code-base. While this may look daunting for newcomers, it is a more natural environment for hardware developers. Of course this may not be for everyone, and therefore several different projects have been developed (outside of PULP) supporting different approaches including chisel from UC Berkeley. Fell free to explore these if SystemVerilog is not your thing. Cheers KGF RE: Is there any RTL generator for pulp platform? - sungyong - 06-17-2024 thx! i just started pulpissimo examples. so, then if i want to using pulp platform, i need to learn systemverilog. |