├── README.md ├── lab_ppts ├── CA-Lab02.pptx ├── CA-Lab03.pptx ├── CA-Lab1.pptx └── readme.md └── resources ├── ALU_Control.circ ├── RF16_32b_DualPort.circ ├── RF4_32b_DualPort.circ ├── RegFile.circ ├── RegFile32.circ ├── alu32.circ ├── code.txt ├── data_memory.hex ├── datamem.circ ├── instruction_rom.hex ├── logisim_Heart_on_LED_Matrix.circ ├── main_control.circ ├── main_decoder.circ ├── mips_datapath.circ ├── mips_datapath2.circ ├── mips_lw.circ ├── mips_processor.circ ├── readme.md ├── regfile16.circ ├── regfile4.circ ├── translate.ipynb ├── 디지털 프로세서_20195168박서정.zip └── 프로세서설계경진대회.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/README.md -------------------------------------------------------------------------------- /lab_ppts/CA-Lab02.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/lab_ppts/CA-Lab02.pptx -------------------------------------------------------------------------------- /lab_ppts/CA-Lab03.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/lab_ppts/CA-Lab03.pptx -------------------------------------------------------------------------------- /lab_ppts/CA-Lab1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/lab_ppts/CA-Lab1.pptx -------------------------------------------------------------------------------- /lab_ppts/readme.md: -------------------------------------------------------------------------------- 1 | PPT files for Lab. 2 | -------------------------------------------------------------------------------- /resources/ALU_Control.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/ALU_Control.circ -------------------------------------------------------------------------------- /resources/RF16_32b_DualPort.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/RF16_32b_DualPort.circ -------------------------------------------------------------------------------- /resources/RF4_32b_DualPort.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/RF4_32b_DualPort.circ -------------------------------------------------------------------------------- /resources/RegFile.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/RegFile.circ -------------------------------------------------------------------------------- /resources/RegFile32.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/RegFile32.circ -------------------------------------------------------------------------------- /resources/alu32.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/alu32.circ -------------------------------------------------------------------------------- /resources/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/code.txt -------------------------------------------------------------------------------- /resources/data_memory.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/data_memory.hex -------------------------------------------------------------------------------- /resources/datamem.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/datamem.circ -------------------------------------------------------------------------------- /resources/instruction_rom.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/instruction_rom.hex -------------------------------------------------------------------------------- /resources/logisim_Heart_on_LED_Matrix.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/logisim_Heart_on_LED_Matrix.circ -------------------------------------------------------------------------------- /resources/main_control.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/main_control.circ -------------------------------------------------------------------------------- /resources/main_decoder.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/main_decoder.circ -------------------------------------------------------------------------------- /resources/mips_datapath.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/mips_datapath.circ -------------------------------------------------------------------------------- /resources/mips_datapath2.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/mips_datapath2.circ -------------------------------------------------------------------------------- /resources/mips_lw.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/mips_lw.circ -------------------------------------------------------------------------------- /resources/mips_processor.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/mips_processor.circ -------------------------------------------------------------------------------- /resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/readme.md -------------------------------------------------------------------------------- /resources/regfile16.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/regfile16.circ -------------------------------------------------------------------------------- /resources/regfile4.circ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/regfile4.circ -------------------------------------------------------------------------------- /resources/translate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/translate.ipynb -------------------------------------------------------------------------------- /resources/디지털 프로세서_20195168박서정.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/디지털 프로세서_20195168박서정.zip -------------------------------------------------------------------------------- /resources/프로세서설계경진대회.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonggunlee/computer_arch/HEAD/resources/프로세서설계경진대회.png --------------------------------------------------------------------------------