Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ clean:
rm -rf ./output

deps:
pip3 install ralbot-html
pip3 install peakrdl-html
pip3 install systemrdl-compiler
2 changes: 1 addition & 1 deletion gen_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
sys.path.insert(0, os.path.join(this_dir, "./"))

from systemrdl import RDLCompiler, RDLCompileError
from ralbot.html import HTMLExporter
from peakrdl_html import HTMLExporter

#===============================================================================
#input_file = sys.argv[1]
Expand Down