diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-10 14:41:21 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-10 14:41:21 +0100 |
commit | 25e1beee38cba662f62f2de85855091a4e718064 (patch) | |
tree | 2a0508e67b3dd673b65fb36c1746296fbcd9331b /cpu/cpu.ml | |
parent | 40f46cd1ce93d7f8045dda4e0af91670cd681d57 (diff) | |
parent | 2595e3881e0904fc6ecb162775a149f5b0121848 (diff) | |
download | SystDigit-Projet-25e1beee38cba662f62f2de85855091a4e718064.tar.gz SystDigit-Projet-25e1beee38cba662f62f2de85855091a4e718064.zip |
Merge branch 'jonathan' ; add unit tests.
Conflicts:
cpu/alu.ml
Diffstat (limited to 'cpu/cpu.ml')
-rw-r--r-- | cpu/cpu.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,5 +313,5 @@ let p = "ser_in_busy", 1, ser_in_busy; ] -let () = Netlist_gen.print stdout p +let () = Netlist_printer.print_program stdout p |