Added comments about needing move ebufsm into a new module.

This commit is contained in:
Ross Thompson 2023-01-23 22:03:49 -06:00
parent 38e7357b9d
commit a4d5ccc4d6
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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