Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Generate HTML for sum8 ILA capture #785

Merged
merged 5 commits into from
May 17, 2021
Merged

Conversation

satnam6502
Copy link
Contributor

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

@satnam6502 satnam6502 added this to the Silver Oak Phase 2 milestone May 15, 2021
@satnam6502 satnam6502 requested a review from jadephilipoom May 15, 2021 04:56
@satnam6502 satnam6502 force-pushed the plt2 branch 3 times, most recently from 5842b1b to ce1f230 Compare May 15, 2021 05:06
Copy link
Contributor

@jadephilipoom jadephilipoom left a 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.

demos/tutorial.v Outdated Show resolved Hide resolved
@@ -20,6 +20,9 @@ all: haskell

haskell:
cabal build
runhaskell Setup.hs configure --user
runhaskell Setup.hs build
runhaskell Setup.hs install
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor

@blaxill blaxill May 17, 2021

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.

Copy link
Contributor Author

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 :-(

@satnam6502
Copy link
Contributor Author

@blaxill PTAL, thank you kindly.

Copy link
Contributor

@blaxill blaxill left a 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.

@satnam6502
Copy link
Contributor Author

Lgtm, but the Setup.hs can be dropped too now I think.

Ah! Right! Done! Thanks.

@satnam6502 satnam6502 merged commit af3f969 into project-oak:main May 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants