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

Fix synthesis of some configurations #750

Merged
merged 5 commits into from
Nov 13, 2024

Conversation

piotro888
Copy link
Member

  • After front end refactor icache=False was not synthesizing!!
  • Disabled icache and user mode in tiny config
  • Added check if FetchResumeKey (from unsafe) is provided. Otherwise tiny config that doesn't have any unsafe instructions would not synthesize
  • Add run of asm test tiny core config to prevent that kind of errors issues in future
  • Updated tiny core config to implement full I - added ExceptionUnit. Why not? If exception happens it would restart execution to 0x0 (default) instead of hanging up (or worse?) the core in undefined state. CSR Unit is not included so hepefully most of interrupt handling will by optimized away

@piotro888 piotro888 added the bug Something isn't working label Nov 10, 2024
@tilk tilk merged commit c19fcfe into kuznia-rdzeni:master Nov 13, 2024
13 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 13, 2024
tilk pushed a commit to kuznia-rdzeni/transactron that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants