Skip to content

ShikharBind/8-Bit-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8-Bit Processor

Instructions:

  • Compile assembler.cpp gile using g++ or gcc.

    • Windows : Run "g++ assembler.cpp"in terminal.
    • Linux : Run "gcc assembler.cpp" in terminal.
  • Create a "input.txt" file in same directory.

  • Write your program in assembly language in "input.txt" file. *

  • Run the executable file created on compiling.

    • Windows : Run "./a.exe" in terminal.
    • Linux : Run "./a.out" in terminal.
  • Compile the verilog files by "iverilog -o p tb_processor.v CPU.v" command in terminal.

  • Run verilog executable file by "vvp p" command in terminal.

  • Open "dump.vcd" file in GTKWave by "gtkwave dump.vcd" command in terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors