Refactor/interface naming#16
Open
tonykorycki wants to merge 11 commits into
Open
Conversation
Change run_sim.sh from using grep to check each module for compilation errors or tb errors, to checking the exit status from the tb. Removed now-unused -o pipefail from flags . In order to see entire tb run before exiting, added an error counter to each tb, read with `$fatal` at the end to produce exit status.
…g_tb Icarus Verilog 12.0 can't force an entire unpacked array or a single word of one, so IB/OB/size are seeded with plain hierarchical assignments instead. Addresses review comment from prof Rovinski on PR realise-lab#14.
Added documentation headers to all modules, matching bram_tree.sv
Author
|
depends on PR #15 |
the restored comment contained a reference to an o_ready port that does not exist in the bram_tree.sv module. The copied comment on bram_tree_pipelined.sv also had this mistake. Both removed, though they describe something that could be quite useful...
src files wip - my bash script didnt do quite as well on those
had to update the comments as well and fix some script failure by hand
…orm across modules
2c2cb7a to
a9a9274
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces o_full/o_empty we want o_write_ready/o_read_ready
Renamed ports across all tbs and srcs, inverted assignments, and updated header and inline comments
also unified i_CLK and i_RSTn port naming in preparation for potential testbench standardization