├── LICENSE ├── README.md └── vga_input ├── ascii_lut.v ├── char_weight.c ├── constraints.ucf ├── ddr2_idelay_ctrl.v ├── ddr2_idelay_ctrl_mod.v ├── debounce_rst.v ├── dvi_module.v ├── dvi_timing.v ├── fuse.xmsgs ├── fuseRelaunch.cmd ├── iic_init.v ├── ipcore_dir ├── pll.v ├── pll.xaw └── pll_arwz.ucf ├── pll_arwz.ucf ├── test.v ├── test_isim_beh1.wdb ├── top.v ├── top_bitgen.xwbt ├── top_guide.ncd ├── top_summary.html ├── vga_font.v ├── vga_input.gise ├── vga_input.xise └── x2_dcm.v /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/README.md -------------------------------------------------------------------------------- /vga_input/ascii_lut.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/ascii_lut.v -------------------------------------------------------------------------------- /vga_input/char_weight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/char_weight.c -------------------------------------------------------------------------------- /vga_input/constraints.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/constraints.ucf -------------------------------------------------------------------------------- /vga_input/ddr2_idelay_ctrl.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/ddr2_idelay_ctrl.v -------------------------------------------------------------------------------- /vga_input/ddr2_idelay_ctrl_mod.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/ddr2_idelay_ctrl_mod.v -------------------------------------------------------------------------------- /vga_input/debounce_rst.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/debounce_rst.v -------------------------------------------------------------------------------- /vga_input/dvi_module.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/dvi_module.v -------------------------------------------------------------------------------- /vga_input/dvi_timing.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/dvi_timing.v -------------------------------------------------------------------------------- /vga_input/fuse.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/fuse.xmsgs -------------------------------------------------------------------------------- /vga_input/fuseRelaunch.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/fuseRelaunch.cmd -------------------------------------------------------------------------------- /vga_input/iic_init.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/iic_init.v -------------------------------------------------------------------------------- /vga_input/ipcore_dir/pll.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/ipcore_dir/pll.v -------------------------------------------------------------------------------- /vga_input/ipcore_dir/pll.xaw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/ipcore_dir/pll.xaw -------------------------------------------------------------------------------- /vga_input/ipcore_dir/pll_arwz.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/ipcore_dir/pll_arwz.ucf -------------------------------------------------------------------------------- /vga_input/pll_arwz.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/pll_arwz.ucf -------------------------------------------------------------------------------- /vga_input/test.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/test.v -------------------------------------------------------------------------------- /vga_input/test_isim_beh1.wdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/test_isim_beh1.wdb -------------------------------------------------------------------------------- /vga_input/top.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/top.v -------------------------------------------------------------------------------- /vga_input/top_bitgen.xwbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/top_bitgen.xwbt -------------------------------------------------------------------------------- /vga_input/top_guide.ncd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/top_guide.ncd -------------------------------------------------------------------------------- /vga_input/top_summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/top_summary.html -------------------------------------------------------------------------------- /vga_input/vga_font.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/vga_font.v -------------------------------------------------------------------------------- /vga_input/vga_input.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/vga_input.gise -------------------------------------------------------------------------------- /vga_input/vga_input.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/vga_input.xise -------------------------------------------------------------------------------- /vga_input/x2_dcm.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephray/vga_to_ascii/HEAD/vga_input/x2_dcm.v --------------------------------------------------------------------------------