Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 497 Bytes

Newton to Verilog Compiler

IIB Project
Gregory Brooks 2018/19

Repository Layout

  • c_compiler: C program used to walk Newton AST and generate Verilog.
    • build: build directory
    • templates: Verilog header file templates to be populated automatically
    • verilog: Handwritten Verilog code
  • python-diff-priv: Python simulation of differential privacy system, used to prototype and test algorithms.
  • submodules: Submodules used by the repository.