mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added comments about needing move ebufsm into a new module.
This commit is contained in:
parent
38e7357b9d
commit
a4d5ccc4d6
@ -40,6 +40,6 @@ Create pull request
|
||||
6. Wait for pull request to be approved, rejected, or needs changes.
|
||||
7. Finish by fetching the upstream and pushing back to your fork.
|
||||
1. git fetch upstream
|
||||
2. git merge upstream/main
|
||||
3. git push
|
||||
2. git merge upstream/main # sync your clone with the upstream
|
||||
3. git push # sync your fork with the upstream and clone
|
||||
|
||||
|
@ -144,6 +144,8 @@ module ebu (
|
||||
// a burst is completed.
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// *** move into a separate module to match the figures 9.8 and 9.8
|
||||
|
||||
assign both = LSUReq & IFUReq;
|
||||
flopenl #(.TYPE(statetype)) busreg(HCLK, ~HRESETn, 1'b1, NextState, IDLE, CurrState);
|
||||
always_comb
|
||||
|
Loading…
Reference in New Issue
Block a user