The Little Engine That Could (Run Linux) :)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
John Zacarias Jekel 797956da62 Fix write invalidation and improve cache tb 2 weeks ago
.github/workflows Lint verif testbenches as well now too! 2 months ago
external_ip/amd Figure out full chip synthesis! 3 months ago
ide temp 4 months ago
lint Update regression to add new common modules! 4 weeks ago
rtl Fix write invalidation and improve cache tb 2 weeks ago
synth Update regression to add new common modules! 4 weeks ago
templates temp setup more testbenches 3 months ago
verif Fix write invalidation and improve cache tb 2 weeks ago
.gitignore beginnings of e1 testbench 1 month ago
.rules.verible_lint Lint verif testbenches as well now too! 2 months ago
.svlint.toml Setup lint and fix fullchip synthesis 2 months ago
LICENSE Update LICENSE :) 4 weeks ago
README.md Setup lint and fix fullchip synthesis 2 months ago

README.md

LETC

The Little Engine That Could (Run Linux) :)

LETC Non-UVM Tests LETC Lint

Lore

LETC is the last step on our journey within the Angry Goose Initiative.

It is a 6-stage in-order pipelined RISC-V soft-core design, targeting the Cora Z7 devboard containing a Zync 7000 FPGA.

It will have TLBs, caches, a hardware page table walker, and will accesses peripherals and memory over an AXI interconnect of our own making!

If you're reading this, as of writing we're in a transition period between wrapping up IRVE, our C++ reference implementation, and beginning LETC. Exciting stuff!

For more details, and an overarching view of LETC's Architecture, visit this page.

EEI information (ie. the standards LETC implements) can be found here.

LETC is in part based on IRVE, JZJCoreF, and JZJPipelinedCoreC.

Okay enough backstory, I want to try this out!

Awesome!

If you want to simulate LETC, check out this wiki page.

If you want to synthesize LETC, or program it onto your own devboard, this is the page for you!

Want to run Linux on the thing? Check this out.

Need help navigating the directory structure?