Issues with Compiling Counter.hs Example #631
Unanswered
sukhmankkahlon
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Running the example Counter.hs, I can compile and create bluespec files and then simulate it, but in my first attempt in my .hs file, in the last line I have 'compile "Counter" spec' '. When the output files were created and I attempted to simulate it, I ran into issues I could not trace back to. One error that showed up was "Error: "Counter.bs", line 5, column 10: (T0010)
Missing export for type
Counter' used in the definition of
mkCounter' at "Counter.bs", line 79, column 0"But my Counter.bs file did NOT have a line 79. Why was this issue occurring? When I change the name to anything else, ex: 'compile "Counting" spec' '. There are no errors.
Counter.txt
Beta Was this translation helpful? Give feedback.
All reactions