Zelakolase / LOMS

(LO)gical (M)icro(S)imulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOMS

(LO)gical (M)icro(S)imulator

test commands

$ java main -i full-adder.ins -d 1,1,0 Sum: 0 , Carry: 1
NOTE : you can replace java main with ./main

Arguments

  • -i input file
  • -d data to input
  • --benchmark 1/0 Optional. view time taken to complete execution.
  • --verbose 1/0 Optional. view commands executed.

About

(LO)gical (M)icro(S)imulator


Languages

Language:Java 95.2%Language:TeX 4.8%