Skip to content
forked from skudlur/diablo

diablo is an Out-Of-Order 64-bit RISC-V processor

License

Notifications You must be signed in to change notification settings

akarxxx1030/diablo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diablo

diablo is a Out-Of-Order 64 bit RISC-V processor.

diablo single-cycle

                                                                                                                                                                                                                         
                                                               diablo single-cycle version                                                                                                                               
                                                                                                                                                                                                                         
                                                                                                                                                                                                                         
                                                          -------------------------------------------------------------------------------------------|                                                                   
----------------------------------------------------------|----------------------------------------------------------                                |                                                                   
|                                                         |                                                         |                                |                                                                   
|                                                         | +------------------+                                    |                                |                                                                   
|                                                         |-|                  |                                    |      +--------------------+    |                                                                   
|                                                           |                  |             +-----------------+    |      |                    |    |                                                                   
|                                                           |                  |             |                 |    |      |                    |    |                                                                   
|                                    +-----------+          |      Integer     |-------------|                 -----|------|                    |----|                                                                   
|                 +------------+     |           |----------|   Register File  |-------------|   Arithmetic    |           |     Data Memory    |                                                                        
|   +----+        |            |     |           |----------|                  |             |     Logical     |           |                    |                                                                        
|-- | pc |--------|   Ins.r    ------|  Decoder  |----------|                  |    |--------|       Unit      |           |                    |                                                                        
    +----+        |   Memory   |     |           |---|      |                  |    |   |----|                 |         --|                    |                                                                        
                  |            |     |           |   |      |                  |    |   |    |                 |         | |                    |                                                                        
                  +------------+     +-----------+   |      +------------------+    |   |    +-----------------+         | +--------------------+                                                                        
                                                     | +---------+                  |   |                                |                                                                                               
                                                     --|         |------------------|----                                |                                                                                               
                                                       |Imm.     |                  |------------------------------------|                                                                                               
                                                       |Generator|                                                                                                                                
                                                       +---------+                                                                                                                                  
                                                                                                                                                                                                                         
                                                                                                                                                                                                                         
                                                                                                                                                                                                                         
                                                                                                                                                                                                                            

What can diablo do?

  • Run instructions out-of-order after resolving data dependencies between multiple operands.

  • It can perform vector operations, floating-point operations and atomics.

  • We want to have diablo run Linux.

  • Currently under development

About

diablo is an Out-Of-Order 64-bit RISC-V processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SystemVerilog 100.0%