-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
5842b1b
to
ce1f230
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left some comments on #718, but fine to merge as-is.
cava/Cava2HDL/Makefile
Outdated
@@ -20,6 +20,9 @@ all: haskell | |||
|
|||
haskell: | |||
cabal build | |||
runhaskell Setup.hs configure --user | |||
runhaskell Setup.hs build | |||
runhaskell Setup.hs install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think Setup.hs is required? Were you seeing issues without it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How would I do it without Setup.hs
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the cabal setup, installing is not required. cabal repl
should work directly to get a ghci
prompt with the files loaded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I don't want to use cabal repl
! OK... I am going to do your bidding and remove these lines and use cabal repl
:-(
Co-authored-by: jadephilipoom <[email protected]>
@blaxill PTAL, thank you kindly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, but the Setup.hs
can be dropped too now I think.
Ah! Right! Done! Thanks. |
Add documentation to show the implementation of the sum of sequence circuit, its simulation and its execution on an FPGA board. Also fix the generation of the Cava2HDL library #784