Skip to content

pujazon/3S

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3S

SISC Simulator. Simulator of simple RISC processor


Repository directories:

  • ./src Has the source code of 3S.
  • ./test Has the source code of tests about 3S functionalities and their modules.
  • ./build Has the Makefile and is there where the binaries will be compiled.

Makefile:

  • make setup: Creates initial setup for compilations.
  • make all: Compiles 3S.
  • make lgatesTL: Compiles lgatesTL test.
  • make clean: Removes objects but preserves setup folders created on make setup.
  • make clean_all: Removes objects and setup folders.

About

SISC Simulator. Simulator of simple RISC processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors