Skip to content

Commit

Permalink
Fix build, for real this time (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Nov 5, 2023
1 parent 02fe4d9 commit 08e8a1d
Show file tree
Hide file tree
Showing 37 changed files with 161 additions and 161 deletions.
Binary file modified .doctrees/Current_graph.doctree
Binary file not shown.
Binary file modified .doctrees/api.doctree
Binary file not shown.
Binary file modified .doctrees/auto_graph.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion Assumptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1>List of assumptions made during development<a class="headerlink" href="#list

<div role="contentinfo">
<p>&#169; Copyright Kuźnia Rdzeni, 2023.
<span class="lastupdated">Last updated on 20:30 2023-11-05.
<span class="lastupdated">Last updated on 21:12 2023-11-05.
</span></p>
</div>

Expand Down
88 changes: 44 additions & 44 deletions Current_graph.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Development_environment.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3>build_docs.sh<a class="headerlink" href="#build-docs-sh" title="Permalink to

<div role="contentinfo">
<p>&#169; Copyright Kuźnia Rdzeni, 2023.
<span class="lastupdated">Last updated on 20:30 2023-11-05.
<span class="lastupdated">Last updated on 21:12 2023-11-05.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to

<div role="contentinfo">
<p>&#169; Copyright Kuźnia Rdzeni, 2023.
<span class="lastupdated">Last updated on 20:30 2023-11-05.
<span class="lastupdated">Last updated on 21:12 2023-11-05.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Problem-checklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1>Problem checklist<a class="headerlink" href="#problem-checklist" title="Perm

<div role="contentinfo">
<p>&#169; Copyright Kuźnia Rdzeni, 2023.
<span class="lastupdated">Last updated on 20:30 2023-11-05.
<span class="lastupdated">Last updated on 21:12 2023-11-05.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Transactions.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ <h3>Transaction and method nesting<a class="headerlink" href="#transaction-and-m

<div role="contentinfo">
<p>&#169; Copyright Kuźnia Rdzeni, 2023.
<span class="lastupdated">Last updated on 20:30 2023-11-05.
<span class="lastupdated">Last updated on 21:12 2023-11-05.
</span></p>
</div>

Expand Down
86 changes: 43 additions & 43 deletions _sources/auto_graph.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
WishboneMaster_request["request"]
end
subgraph WishboneMaster1["wb_master_data WishboneMaster"]
WishboneMaster1_request["request"]
WishboneMaster1_result["result"]
WishboneMaster1_request["request"]
end
subgraph FIFO["fifo_fetch FIFO"]
FIFO_write["write"]
FIFO_read["read"]
FIFO_write["write"]
end
subgraph BasicFifo["free_rf_fifo BasicFifo"]
BasicFifo_write["write"]
BasicFifo_read["read"]
end
subgraph SimpleWBCacheRefiller["icache_refiller SimpleWBCacheRefiller"]
SimpleWBCacheRefiller_start_refill["start_refill"]
SimpleWBCacheRefiller_accept_refill["accept_refill"]
SimpleWBCacheRefiller_SimpleWBCacheRefiller["SimpleWBCacheRefiller"]
SimpleWBCacheRefiller_accept_refill["accept_refill"]
SimpleWBCacheRefiller_start_refill["start_refill"]
end
subgraph ICache["icache ICache"]
ICache_issue_req["issue_req"]
ICache_ICache["ICache"]
ICache_accept_res["accept_res"]
ICache_ICache["ICache"]
ICache_issue_req["issue_req"]
ICache_ICache1["ICache"]
ICache_ICache2["ICache"]
subgraph FIFO1["req_fifo FIFO"]
FIFO1_write["write"]
FIFO1_read["read"]
FIFO1_write["write"]
end
subgraph Forwarder["res_fwd Forwarder"]
Forwarder_write["write"]
Forwarder_read["read"]
end
end
subgraph Fetch["fetch Fetch"]
Fetch_verify_branch["verify_branch"]
Fetch_Fetch["Fetch"]
Fetch_verify_branch["verify_branch"]
Fetch_Fetch1["Fetch"]
subgraph BasicFifo1["fetch_target_queue BasicFifo"]
BasicFifo1_read["read"]
Expand All @@ -57,21 +57,21 @@
RRAT_commit["commit"]
end
subgraph RegisterFile["RF RegisterFile"]
RegisterFile_write["write"]
RegisterFile_read1["read1"]
RegisterFile_write["write"]
RegisterFile_free["free"]
RegisterFile_read2["read2"]
end
subgraph ReorderBuffer["ROB ReorderBuffer"]
ReorderBuffer_retire["retire"]
ReorderBuffer_put["put"]
ReorderBuffer_get_indices["get_indices"]
ReorderBuffer_mark_done["mark_done"]
ReorderBuffer_peek["peek"]
ReorderBuffer_retire["retire"]
ReorderBuffer_mark_done["mark_done"]
ReorderBuffer_get_indices["get_indices"]
end
subgraph ExceptionCauseRegister["exception_cause_register ExceptionCauseRegister"]
ExceptionCauseRegister_get["get"]
ExceptionCauseRegister_report["report"]
ExceptionCauseRegister_get["get"]
end
subgraph FuncBlocksUnifier["func_blocks_unifier FuncBlocksUnifier"]
subgraph Collector["result_collector Collector"]
Expand All @@ -93,46 +93,46 @@
MethodProduct_method["method"]
end
subgraph RSFuncBlock["rs_block_0 RSFuncBlock"]
RSFuncBlock_insert["insert"]
RSFuncBlock_update["update"]
RSFuncBlock_get_result["get_result"]
RSFuncBlock_select["select"]
RSFuncBlock_insert["insert"]
RSFuncBlock_get_result["get_result"]
subgraph RS["rs RS"]
RS_RS["RS"]
RS_update["update"]
RS_RS1["RS"]
RS_RS2["RS"]
RS_RS3["RS"]
RS_take["take"]
RS_RS3["RS"]
RS_insert["insert"]
RS_select["select"]
end
subgraph AluFuncUnit["func_unit_0 AluFuncUnit"]
AluFuncUnit_accept["accept"]
AluFuncUnit_issue["issue"]
AluFuncUnit_accept["accept"]
subgraph FIFO2["fifo FIFO"]
FIFO2_write["write"]
FIFO2_read["read"]
FIFO2_write["write"]
end
end
subgraph WakeupSelect["wakeup_select_0 WakeupSelect"]
WakeupSelect_WakeupSelect["WakeupSelect"]
end
subgraph ShiftFuncUnit["func_unit_1 ShiftFuncUnit"]
ShiftFuncUnit_issue["issue"]
ShiftFuncUnit_accept["accept"]
ShiftFuncUnit_issue["issue"]
subgraph FIFO3["fifo FIFO"]
FIFO3_read["read"]
FIFO3_write["write"]
FIFO3_read["read"]
end
end
subgraph WakeupSelect1["wakeup_select_1 WakeupSelect"]
WakeupSelect1_WakeupSelect["WakeupSelect"]
end
subgraph JumpBranchFuncUnit["func_unit_2 JumpBranchFuncUnit"]
JumpBranchFuncUnit_issue["issue"]
JumpBranchFuncUnit_branch_result["branch_result"]
JumpBranchFuncUnit_accept["accept"]
JumpBranchFuncUnit_issue["issue"]
subgraph FIFO4["fifo_res FIFO"]
FIFO4_write["write"]
FIFO4_read["read"]
Expand All @@ -149,8 +149,8 @@
ExceptionFuncUnit_accept["accept"]
ExceptionFuncUnit_issue["issue"]
subgraph FIFO6["fifo FIFO"]
FIFO6_write["write"]
FIFO6_read["read"]
FIFO6_write["write"]
end
end
subgraph WakeupSelect3["wakeup_select_3 WakeupSelect"]
Expand All @@ -159,8 +159,8 @@
subgraph Collector1["collector Collector"]
Collector1_method["method"]
subgraph Forwarder2["forwarder Forwarder"]
Forwarder2_read["read"]
Forwarder2_write["write"]
Forwarder2_read["read"]
end
subgraph ManyToOneConnectTrans1["connect ManyToOneConnectTrans"]
subgraph ConnectTrans2["ManyToOneConnectTrans_input_0 ConnectTrans"]
Expand Down Expand Up @@ -223,8 +223,8 @@
end
end
subgraph FIFO7["fifo_decode FIFO"]
FIFO7_read["read"]
FIFO7_write["write"]
FIFO7_read["read"]
end
subgraph Decode["decode Decode"]
Decode_Decode["Decode"]
Expand All @@ -238,8 +238,8 @@
RegAllocation_RegAllocation["RegAllocation"]
end
subgraph FIFO9["rename_out_buf FIFO"]
FIFO9_read["read"]
FIFO9_write["write"]
FIFO9_read["read"]
end
subgraph Renaming["renaming Renaming"]
Renaming_Renaming["Renaming"]
Expand All @@ -260,8 +260,8 @@
RSSelection_RSSelection1["RSSelection"]
RSSelection_RSSelection2["RSSelection"]
subgraph Forwarder3["forwarder Forwarder"]
Forwarder3_write["write"]
Forwarder3_read["read"]
Forwarder3_write["write"]
end
end
subgraph RSInsertion["rs_insertion RSInsertion"]
Expand All @@ -277,8 +277,8 @@
subgraph DoubleCounterCSR2["instret_csr DoubleCounterCSR"]
DoubleCounterCSR2_increment["increment"]
subgraph CSRRegister5["register_low CSRRegister"]
CSRRegister5_read["read"]
CSRRegister5_write["write"]
CSRRegister5_read["read"]
end
subgraph CSRRegister6["register_high CSRRegister"]
CSRRegister6_write["write"]
Expand All @@ -302,10 +302,10 @@
Core_InitFreeRFFifo --> BasicFifo_write
Retirement_Retirement --> BasicFifo_write
SimpleWBCacheRefiller_SimpleWBCacheRefiller --> WishboneMaster_request
ICache_ICache2 --> Forwarder_write
ICache_ICache1 --> SimpleWBCacheRefiller_start_refill
SimpleWBCacheRefiller_accept_refill --> ICache_ICache
WishboneMaster_result --> ICache_ICache
ICache_ICache --> Forwarder_write
ICache_ICache2 --> SimpleWBCacheRefiller_start_refill
SimpleWBCacheRefiller_accept_refill --> ICache_ICache1
WishboneMaster_result --> ICache_ICache1
Fetch_Fetch --> ICache_issue_req
Fetch_Fetch --> FIFO1_write
Fetch_Fetch --> BasicFifo1_write
Expand All @@ -328,13 +328,13 @@
ROBAllocation_ROBAllocation --> FIFO10_write
FIFO10_read --> RSSelection_RSSelection2
RSSelection_RSSelection2 --> Forwarder3_write
Forwarder3_read --> RSSelection_RSSelection
Forwarder3_read --> RSSelection_RSSelection1
RSFuncBlock_select --> RSSelection_RSSelection
RS_select --> RSSelection_RSSelection
RSSelection_RSSelection --> FIFO11_write
Forwarder3_read --> RSSelection_RSSelection
RSFuncBlock_select --> RSSelection_RSSelection1
RS_select --> RSSelection_RSSelection1
RSSelection_RSSelection1 --> FIFO11_write
RSSelection_RSSelection1 <--> LSUDummy_select
RSSelection_RSSelection --> FIFO11_write
RSSelection_RSSelection <--> LSUDummy_select
FIFO11_read --> RSInsertion_RSInsertion
RegisterFile_read1 --> RSInsertion_RSInsertion
RegisterFile_read2 --> RSInsertion_RSInsertion
Expand All @@ -353,29 +353,29 @@
ResultAnnouncement_ResultAnnouncement --> RSFuncBlock_update
ResultAnnouncement_ResultAnnouncement --> RS_update
ResultAnnouncement_ResultAnnouncement --> LSUDummy_update
RS_RS2 --> WakeupSelect_WakeupSelect
RS_RS1 --> WakeupSelect_WakeupSelect
RS_take --> WakeupSelect_WakeupSelect
RS_take --> WakeupSelect1_WakeupSelect
RS_take --> WakeupSelect2_WakeupSelect
RS_take --> WakeupSelect3_WakeupSelect
WakeupSelect_WakeupSelect --> AluFuncUnit_issue
WakeupSelect_WakeupSelect --> FIFO2_write
RS_RS3 --> WakeupSelect1_WakeupSelect
RS_RS2 --> WakeupSelect1_WakeupSelect
WakeupSelect1_WakeupSelect --> ShiftFuncUnit_issue
WakeupSelect1_WakeupSelect --> FIFO3_write
RS_RS1 --> WakeupSelect2_WakeupSelect
RS_RS --> WakeupSelect2_WakeupSelect
WakeupSelect2_WakeupSelect --> JumpBranchFuncUnit_issue
WakeupSelect2_WakeupSelect --> ExceptionCauseRegister_report
WakeupSelect3_WakeupSelect --> ExceptionCauseRegister_report
LSUDummyInternals_LSUDummyInternals --> ExceptionCauseRegister_report
LSUDummyInternals_LSUDummyInternals1 --> ExceptionCauseRegister_report
LSUDummyInternals_LSUDummyInternals --> ExceptionCauseRegister_report
ReorderBuffer_get_indices --> WakeupSelect2_WakeupSelect
ReorderBuffer_get_indices --> WakeupSelect3_WakeupSelect
ReorderBuffer_get_indices --> LSUDummyInternals_LSUDummyInternals
ReorderBuffer_get_indices --> LSUDummyInternals_LSUDummyInternals1
ReorderBuffer_get_indices --> LSUDummyInternals_LSUDummyInternals
WakeupSelect2_WakeupSelect --> FIFO4_write
WakeupSelect2_WakeupSelect --> FIFO5_write
RS_RS --> WakeupSelect3_WakeupSelect
RS_RS3 --> WakeupSelect3_WakeupSelect
WakeupSelect3_WakeupSelect --> ExceptionFuncUnit_issue
WakeupSelect3_WakeupSelect --> FIFO6_write
ConnectTrans2_ConnectTrans --> Forwarder2_write
Expand All @@ -391,7 +391,7 @@
ExceptionFuncUnit_accept --> ConnectTrans5_ConnectTrans
FIFO6_read --> ConnectTrans5_ConnectTrans
LSUDummyInternals_LSUDummyInternals2 --> WishboneMaster1_request
WishboneMaster1_result --> LSUDummyInternals_LSUDummyInternals1
WishboneMaster1_result --> LSUDummyInternals_LSUDummyInternals
ConnectTrans_ConnectTrans --> Forwarder1_write
ConnectTrans1_ConnectTrans --> Forwarder1_write
RSFuncBlock_get_result --> ConnectTrans_ConnectTrans
Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2>transactron<a class="headerlink" href="#transactron" title="Permalink to thi

<div role="contentinfo">
<p>&#169; Copyright Kuźnia Rdzeni, 2023.
<span class="lastupdated">Last updated on 20:30 2023-11-05.
<span class="lastupdated">Last updated on 21:12 2023-11-05.
</span></p>
</div>

Expand Down
Loading

0 comments on commit 08e8a1d

Please sign in to comment.