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

fasm2frames has a high run-time with large designs #1390

Closed
acomodi opened this issue Mar 31, 2020 · 2 comments
Closed

fasm2frames has a high run-time with large designs #1390

acomodi opened this issue Mar 31, 2020 · 2 comments
Assignees

Comments

@acomodi
Copy link
Contributor

acomodi commented Mar 31, 2020

One thing I have noticed is that fasm2frames takes a possibly avoidable long time to produce the frames file. As an example, the baselitex test takes ~1minute to compute the frames file.

I believe this run-time could be cut down by refactoring fasm2frames (maybe to a compiled language?).

First thing to do would be profiling where run-time is spent.

@litghost
Copy link
Contributor

I think the library used for FASM parsing (textx) is probably not scaling well enough.

@HackerFoo
Copy link
Contributor

This should be resolved by chipsalliance/fasm#28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants