Skip to content

Commit

Permalink
Autumn cleaning: layouts (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Nov 14, 2023
1 parent 220efe4 commit b1152e7
Show file tree
Hide file tree
Showing 43 changed files with 557 additions and 210 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/coreblocks.params.doctree
Binary file not shown.
Binary file modified .doctrees/coreblocks.stages.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/transactron.utils.doctree
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 13:32 2023-11-13.
<span class="lastupdated">Last updated on 08:29 2023-11-14.
</span></p>
</div>

Expand Down
102 changes: 51 additions & 51 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 13:32 2023-11-13.
<span class="lastupdated">Last updated on 08:29 2023-11-14.
</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 13:32 2023-11-13.
<span class="lastupdated">Last updated on 08:29 2023-11-14.
</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 13:32 2023-11-13.
<span class="lastupdated">Last updated on 08:29 2023-11-14.
</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 13:32 2023-11-13.
<span class="lastupdated">Last updated on 08:29 2023-11-14.
</span></p>
</div>

Expand Down
100 changes: 50 additions & 50 deletions _sources/auto_graph.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,46 @@
subgraph Core["core Core"]
Core_InitFreeRFFifo["InitFreeRFFifo"]
subgraph WishboneMaster["wb_master_instr WishboneMaster"]
WishboneMaster_WishboneMaster["WishboneMaster"]
WishboneMaster_result["result"]
WishboneMaster_request["request"]
WishboneMaster_result["result"]
WishboneMaster_WishboneMaster["WishboneMaster"]
subgraph Forwarder["result Forwarder"]
Forwarder_write["write"]
Forwarder_read["read"]
end
end
subgraph WishboneMaster1["wb_master_data WishboneMaster"]
WishboneMaster1_WishboneMaster["WishboneMaster"]
WishboneMaster1_result["result"]
WishboneMaster1_request["request"]
WishboneMaster1_result["result"]
WishboneMaster1_WishboneMaster["WishboneMaster"]
subgraph Forwarder1["result Forwarder"]
Forwarder1_write["write"]
Forwarder1_read["read"]
Forwarder1_write["write"]
end
end
subgraph FIFO["fifo_fetch FIFO"]
FIFO_read["read"]
FIFO_write["write"]
FIFO_read["read"]
end
subgraph BasicFifo["free_rf_fifo BasicFifo"]
BasicFifo_write["write"]
BasicFifo_read["read"]
BasicFifo_write["write"]
end
subgraph SimpleWBCacheRefiller["icache_refiller SimpleWBCacheRefiller"]
SimpleWBCacheRefiller_start_refill["start_refill"]
SimpleWBCacheRefiller_SimpleWBCacheRefiller["SimpleWBCacheRefiller"]
SimpleWBCacheRefiller_start_refill["start_refill"]
SimpleWBCacheRefiller_accept_refill["accept_refill"]
subgraph Forwarder2["address_fwd Forwarder"]
Forwarder2_write["write"]
Forwarder2_read["read"]
end
end
subgraph ICache["icache ICache"]
ICache_accept_res["accept_res"]
ICache_ICache["ICache"]
ICache_accept_res["accept_res"]
ICache_issue_req["issue_req"]
ICache_ICache1["ICache"]
ICache_ICache2["ICache"]
ICache_issue_req["issue_req"]
subgraph FIFO1["req_fifo FIFO"]
FIFO1_write["write"]
FIFO1_read["read"]
Expand All @@ -72,16 +72,16 @@
end
subgraph RegisterFile["RF RegisterFile"]
RegisterFile_read1["read1"]
RegisterFile_write["write"]
RegisterFile_read2["read2"]
RegisterFile_free["free"]
RegisterFile_read2["read2"]
RegisterFile_write["write"]
end
subgraph ReorderBuffer["ROB ReorderBuffer"]
ReorderBuffer_mark_done["mark_done"]
ReorderBuffer_peek["peek"]
ReorderBuffer_get_indices["get_indices"]
ReorderBuffer_retire["retire"]
ReorderBuffer_get_indices["get_indices"]
ReorderBuffer_put["put"]
ReorderBuffer_mark_done["mark_done"]
ReorderBuffer_peek["peek"]
end
subgraph ExceptionCauseRegister["exception_cause_register ExceptionCauseRegister"]
ExceptionCauseRegister_get["get"]
Expand All @@ -91,8 +91,8 @@
subgraph Collector["result_collector Collector"]
Collector_method["method"]
subgraph Forwarder4["forwarder Forwarder"]
Forwarder4_write["write"]
Forwarder4_read["read"]
Forwarder4_write["write"]
end
subgraph ManyToOneConnectTrans["connect ManyToOneConnectTrans"]
subgraph ConnectTrans["ManyToOneConnectTrans_input_0 ConnectTrans"]
Expand All @@ -107,16 +107,16 @@
MethodProduct_method["method"]
end
subgraph RSFuncBlock["rs_block_0 RSFuncBlock"]
RSFuncBlock_update["update"]
RSFuncBlock_get_result["get_result"]
RSFuncBlock_insert["insert"]
RSFuncBlock_update["update"]
RSFuncBlock_select["select"]
subgraph RS["rs RS"]
RS_insert["insert"]
RS_select["select"]
RS_take["take"]
RS_RS["RS"]
RS_update["update"]
RS_RS["RS"]
RS_select["select"]
RS_insert["insert"]
RS_RS1["RS"]
RS_RS2["RS"]
RS_RS3["RS"]
Expand All @@ -136,24 +136,24 @@
ShiftFuncUnit_accept["accept"]
ShiftFuncUnit_issue["issue"]
subgraph FIFO3["fifo FIFO"]
FIFO3_write["write"]
FIFO3_read["read"]
FIFO3_write["write"]
end
end
subgraph WakeupSelect1["wakeup_select_1 WakeupSelect"]
WakeupSelect1_WakeupSelect["WakeupSelect"]
end
subgraph JumpBranchFuncUnit["func_unit_2 JumpBranchFuncUnit"]
JumpBranchFuncUnit_issue["issue"]
JumpBranchFuncUnit_accept["accept"]
JumpBranchFuncUnit_branch_result["branch_result"]
JumpBranchFuncUnit_accept["accept"]
subgraph FIFO4["fifo_res FIFO"]
FIFO4_write["write"]
FIFO4_read["read"]
end
subgraph FIFO5["fifo_branch FIFO"]
FIFO5_read["read"]
FIFO5_write["write"]
FIFO5_read["read"]
end
end
subgraph WakeupSelect2["wakeup_select_2 WakeupSelect"]
Expand All @@ -163,8 +163,8 @@
ExceptionFuncUnit_issue["issue"]
ExceptionFuncUnit_accept["accept"]
subgraph FIFO6["fifo FIFO"]
FIFO6_read["read"]
FIFO6_write["write"]
FIFO6_read["read"]
end
end
subgraph WakeupSelect3["wakeup_select_3 WakeupSelect"]
Expand All @@ -173,8 +173,8 @@
subgraph Collector1["collector Collector"]
Collector1_method["method"]
subgraph Forwarder5["forwarder Forwarder"]
Forwarder5_read["read"]
Forwarder5_write["write"]
Forwarder5_read["read"]
end
subgraph ManyToOneConnectTrans1["connect ManyToOneConnectTrans"]
subgraph ConnectTrans2["ManyToOneConnectTrans_input_0 ConnectTrans"]
Expand All @@ -193,10 +193,10 @@
end
end
subgraph LSUDummy["rs_block_1 LSUDummy"]
LSUDummy_precommit["precommit"]
LSUDummy_insert["insert"]
LSUDummy_update["update"]
LSUDummy_get_result["get_result"]
LSUDummy_insert["insert"]
LSUDummy_precommit["precommit"]
LSUDummy_select["select"]
subgraph LSUDummyInternals["internal LSUDummyInternals"]
LSUDummyInternals_LSUDummyInternals["LSUDummyInternals"]
Expand All @@ -213,12 +213,12 @@
subgraph DoubleCounterCSR["csr_cycle DoubleCounterCSR"]
DoubleCounterCSR_increment["increment"]
subgraph CSRRegister["register_low CSRRegister"]
CSRRegister_write["write"]
CSRRegister_read["read"]
CSRRegister_write["write"]
end
subgraph CSRRegister1["register_high CSRRegister"]
CSRRegister1_read["read"]
CSRRegister1_write["write"]
CSRRegister1_read["read"]
end
end
subgraph DoubleCounterCSR1["csr_time DoubleCounterCSR"]
Expand All @@ -228,32 +228,32 @@
CSRRegister2_write["write"]
end
subgraph CSRRegister3["register_high CSRRegister"]
CSRRegister3_write["write"]
CSRRegister3_read["read"]
CSRRegister3_write["write"]
end
end
subgraph CSRRegister4["mcause CSRRegister"]
CSRRegister4_write["write"]
end
end
subgraph FIFO7["fifo_decode FIFO"]
FIFO7_read["read"]
FIFO7_write["write"]
FIFO7_read["read"]
end
subgraph Decode["decode Decode"]
Decode_Decode["Decode"]
end
subgraph Scheduler["scheduler Scheduler"]
subgraph FIFO8["alloc_rename_buf FIFO"]
FIFO8_read["read"]
FIFO8_write["write"]
FIFO8_read["read"]
end
subgraph RegAllocation["reg_alloc RegAllocation"]
RegAllocation_RegAllocation["RegAllocation"]
end
subgraph FIFO9["rename_out_buf FIFO"]
FIFO9_write["write"]
FIFO9_read["read"]
FIFO9_write["write"]
end
subgraph Renaming["renaming Renaming"]
Renaming_Renaming["Renaming"]
Expand Down Expand Up @@ -291,8 +291,8 @@
subgraph DoubleCounterCSR2["instret_csr DoubleCounterCSR"]
DoubleCounterCSR2_increment["increment"]
subgraph CSRRegister5["register_low CSRRegister"]
CSRRegister5_write["write"]
CSRRegister5_read["read"]
CSRRegister5_write["write"]
end
subgraph CSRRegister6["register_high CSRRegister"]
CSRRegister6_read["read"]
Expand All @@ -319,21 +319,21 @@
WishboneMaster1_WishboneMaster --> Forwarder1_write
Forwarder2_read --> SimpleWBCacheRefiller_SimpleWBCacheRefiller
SimpleWBCacheRefiller_SimpleWBCacheRefiller --> WishboneMaster_request
ICache_ICache1 --> Forwarder3_write
ICache_ICache2 --> SimpleWBCacheRefiller_start_refill
ICache_ICache2 --> Forwarder2_write
ICache_ICache2 --> Forwarder3_write
ICache_ICache1 --> SimpleWBCacheRefiller_start_refill
ICache_ICache1 --> Forwarder2_write
ICache_ICache --> Forwarder2_write
SimpleWBCacheRefiller_accept_refill --> ICache_ICache
WishboneMaster_result --> ICache_ICache
Forwarder_read --> ICache_ICache
Fetch_Fetch1 --> ICache_issue_req
Fetch_Fetch1 --> FIFO1_write
Fetch_Fetch1 --> BasicFifo1_write
BasicFifo1_read --> Fetch_Fetch
ICache_accept_res --> Fetch_Fetch
FIFO1_read --> Fetch_Fetch
Forwarder3_read --> Fetch_Fetch
Fetch_Fetch --> FIFO_write
Fetch_Fetch --> ICache_issue_req
Fetch_Fetch --> FIFO1_write
Fetch_Fetch --> BasicFifo1_write
BasicFifo1_read --> Fetch_Fetch1
ICache_accept_res --> Fetch_Fetch1
FIFO1_read --> Fetch_Fetch1
Forwarder3_read --> Fetch_Fetch1
Fetch_Fetch1 --> FIFO_write
AdapterTrans_AdapterTrans_write --> FIFO_write
FIFO_read --> Decode_Decode
Decode_Decode --> FIFO7_write
Expand All @@ -348,13 +348,13 @@
ROBAllocation_ROBAllocation --> FIFO10_write
FIFO10_read --> RSSelection_RSSelection
RSSelection_RSSelection --> Forwarder6_write
Forwarder6_read --> RSSelection_RSSelection1
Forwarder6_read --> RSSelection_RSSelection2
RSFuncBlock_select --> RSSelection_RSSelection1
RS_select --> RSSelection_RSSelection1
RSSelection_RSSelection1 --> FIFO11_write
Forwarder6_read --> RSSelection_RSSelection1
RSFuncBlock_select --> RSSelection_RSSelection2
RS_select --> RSSelection_RSSelection2
RSSelection_RSSelection2 --> FIFO11_write
RSSelection_RSSelection2 <--> LSUDummy_select
RSSelection_RSSelection1 --> FIFO11_write
RSSelection_RSSelection1 <--> LSUDummy_select
FIFO11_read --> RSInsertion_RSInsertion
RegisterFile_read1 --> RSInsertion_RSInsertion
RegisterFile_read2 --> RSInsertion_RSInsertion
Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,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 13:32 2023-11-13.
<span class="lastupdated">Last updated on 08:29 2023-11-14.
</span></p>
</div>

Expand Down
Loading

0 comments on commit b1152e7

Please sign in to comment.