Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spv merge to spv 9 #945

Merged
merged 7 commits into from
Mar 15, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Fix peakrdl html bug
  • Loading branch information
jack-melchert committed Mar 14, 2023
commit 22e53e5eb5c1eda4f57bd5c5a84e8ec1838b7879
2 changes: 1 addition & 1 deletion systemRDL/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import os
from systemrdl import RDLCompiler, node, RDLCompileError
from peakrdl.html import HTMLExporter
from peakrdl_html import HTMLExporter
from dataclasses import dataclass


Expand Down