Replies: 5 comments 2 replies
-
I don't really have a formal developers guide for these projects. However I do occasionally put my personal notes into the repository. Perhaps these notes will help you get oriented. For the For The command line wrapper |
Beta Was this translation helpful? Give feedback.
-
Regarding setup while developing, there really isn't much. For most projects, there is a suite of unit-tests you can run under the tests directory. |
Beta Was this translation helpful? Give feedback.
-
Thanks allot for the link ! great I'll look.. Curious though how you commit/push the files back to the main repo? |
Beta Was this translation helpful? Give feedback.
-
I couldn't run / debug 'PeakRDL\src\peakrdl\main.py' directly because I got tangled up with relative imports:
so I ended up creating a small, external script (pasted below). Not sure if this is the recommended way:
|
Beta Was this translation helpful? Give feedback.
-
Perhaps because of Eclipse... what are you using to debug?
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to play around with the code of those 2 projects using Eclipse/Pydev.
Is there a simple guide on how/what I need to setup?
I've cloned both PeakRDL and SystemRDL and PeakRDL-regblock from github.
any help appreciated,
thanks!
Beta Was this translation helpful? Give feedback.
All reactions