├── LICENSE ├── README.md ├── docs ├── AHMY_SP6LX9_LT_Spartan6-TechRef.pdf ├── datasheet-LM70-TI-tempSensor.pdf ├── datasheet-temp-humidity-5193-DHT20.pdf └── tempMonitor-blockDiag-v1-0322.png └── verilog ├── TB-tsense-SPI.v ├── cheatsheet.v ├── run └── tsense-SPI.v /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/README.md -------------------------------------------------------------------------------- /docs/AHMY_SP6LX9_LT_Spartan6-TechRef.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/docs/AHMY_SP6LX9_LT_Spartan6-TechRef.pdf -------------------------------------------------------------------------------- /docs/datasheet-LM70-TI-tempSensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/docs/datasheet-LM70-TI-tempSensor.pdf -------------------------------------------------------------------------------- /docs/datasheet-temp-humidity-5193-DHT20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/docs/datasheet-temp-humidity-5193-DHT20.pdf -------------------------------------------------------------------------------- /docs/tempMonitor-blockDiag-v1-0322.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/docs/tempMonitor-blockDiag-v1-0322.png -------------------------------------------------------------------------------- /verilog/TB-tsense-SPI.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/verilog/TB-tsense-SPI.v -------------------------------------------------------------------------------- /verilog/cheatsheet.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/verilog/cheatsheet.v -------------------------------------------------------------------------------- /verilog/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/verilog/run -------------------------------------------------------------------------------- /verilog/tsense-SPI.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silicon-vlsi/VLSI-2024/HEAD/verilog/tsense-SPI.v --------------------------------------------------------------------------------