Skip to content

Commit

Permalink
feat: add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaver committed Apr 15, 2022
1 parent 46494f1 commit 5e1fefa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/cpu.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ENTRADAS_TLB=4
REEMPLAZO_TLB=LRU
RETARDO_NOOP=1000
IP_MEMORIA=127.0.0.1
PUERTO_MEMORIA=8002
PUERTO_ESCUCHA_DISPATCH=8001
PUERTO_ESCUCHA_INTERRUPT=8005

0 comments on commit 5e1fefa

Please sign in to comment.