Explorar el Código

Updated readme

Min hace 6 años
padre
commit
b2ea53b31b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      readme.md

+ 4 - 1
readme.md

@@ -11,7 +11,10 @@ Possible application of both architectures could be use inside of microcontrolle
 ## Project Structure
 This project based on Intel Quartus. Hardware is implemented in SystemVerilog.
 Project directories:
-* *src* - HDL files,
+* *src* - All HDL files,
+* *src/risc* - HDL files specific to risc processor,
+* *src/oisc* - HDL files specific to oisc processor,
+* *src/blocks* - HDL files that are shared between both processors,
 * *tools* - Implemented tools like compiler for designed architecture,
 * *memory* - Instructions and machine code,
 * *docs* - All documentation,