vlib work vcom -93 -pedanticerrors -lint +acc=v LCDDriver.vhdl vcom -93 LCDDriver_TB.vhdl vsim -t 1ps -lib work LCDDriver_TB configure wave -gridperiod 5000; configure wave -griddelta 10 configure wave -signalnamewidth 1 view wave -undock add wave -height 20 -color orange clk add wave -height 20 -color gold reset add wave -divider "Tick" add wave -height 20 -color yellow Driver/tick add wave -height 20 -color yellow -unsigned Driver/TickGen/tickCounter add wave -divider "Init ROM" add wave -height 20 -color coral Driver/initROMPointer add wave -divider "Char RAM" add wave -height 20 -color coral Driver/charRAMPointer add wave -divider "Delay Timer" add wave -height 20 -color coral Driver/timer add wave -divider "State Machine" add wave -height 20 -color steelBlue Driver/state add wave -height 20 -color steelBlue Driver/initialising add wave -height 20 -color pink Driver/setLine add wave -height 20 -color salmon -unsigned Driver/lineNum add wave -divider "LCD Interface" add wave -height 20 -color cornflowerBlue lcdRW add wave -height 20 -color cornflowerBlue lcdRS add wave -height 20 -color cornflowerBlue lcdE add wave -height 20 -color cornflowerBlue -hex lcdData run 100 ms