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
0114084860
commit
d495d7b04d
@ -40,6 +40,6 @@ Create pull request
|
|||||||
6. Wait for pull request to be approved, rejected, or needs changes.
|
6. Wait for pull request to be approved, rejected, or needs changes.
|
||||||
7. Finish by fetching the upstream and pushing back to your fork.
|
7. Finish by fetching the upstream and pushing back to your fork.
|
||||||
1. git fetch upstream
|
1. git fetch upstream
|
||||||
2. git merge upstream/main
|
2. git merge upstream/main # sync your clone with the upstream
|
||||||
3. git push
|
3. git push # sync your fork with the upstream and clone
|
||||||
|
|
||||||
|
@ -144,6 +144,8 @@ module ebu (
|
|||||||
// a burst is completed.
|
// a burst is completed.
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
// *** move into a separate module to match the figures 9.8 and 9.8
|
||||||
|
|
||||||
assign both = LSUReq & IFUReq;
|
assign both = LSUReq & IFUReq;
|
||||||
flopenl #(.TYPE(statetype)) busreg(HCLK, ~HRESETn, 1'b1, NextState, IDLE, CurrState);
|
flopenl #(.TYPE(statetype)) busreg(HCLK, ~HRESETn, 1'b1, NextState, IDLE, CurrState);
|
||||||
always_comb
|
always_comb
|
||||||
|
Loading…
Reference in New Issue
Block a user