add link to other NLnet task and note lack of optimization
Some checks failed
/ test (pull_request) Has been cancelled
Some checks failed
/ test (pull_request) Has been cancelled
This commit is contained in:
parent
d5a7d9dd9e
commit
2de4a67360
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
// See Notices.txt for copyright information
|
||||
|
||||
//! [Next-Instruction Logic](https://git.libre-chip.org/libre-chip/grant-tracking/issues/10)
|
||||
//! Next-Instruction Logic and Instruction Fetch/Decode Control System
|
||||
//! [#10](https://git.libre-chip.org/libre-chip/grant-tracking/issues/10)
|
||||
//! and [#13](https://git.libre-chip.org/libre-chip/grant-tracking/issues/13).
|
||||
//!
|
||||
//! This could use a lot more optimization, but it works AFAIK.
|
||||
//!
|
||||
//! The basic idea here is that there's a `next_pc` stage that sends predicted fetch PCs to the `fetch` stage,
|
||||
//! the `fetch` stage's outputs eventually end up in the `decode` stage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue