# dfpga **Repository Path**: bostonhsu/dfpga ## Basic Information - **Project Name**: dfpga - **Description**: Build fpga from scratch. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-14 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README dfpga ===== An implementation of an FPGA slice entirely in 7400 series discrete logic, and a compiler for a custom HDL dialect for same. - discretefpga.brd and discretefpga.sch are the Eagle board and schematic. - dhdl.py is the HDL compiler; run it like `python dhdl.py infile outfile`. - *.dhdl files are sample DHDL scripts.