2015年12月6日 星期日

[Latex] Linux Latex Lab Book Package


Diary is a useful practice for our daily research work.
We may need to trace back what have we done and what is planned ahead day by day.

It is quite tedious to have a single tex file / word stuff to manage all the stuff. So why not a full package which can do all the stuff automated?

Under Linux environment, you can:

  1. Automated the daily entry process ( Create / Edit today's entry )
    > script/dailyEntry.sh
  2. Build the diary automatically everyday (3 am)
    > cd script; ./autoBuild.sh

This work is based on previous work of Mikhail Klassen and licensed under Creative Commons Share Alike 3.0

Download Lab Book (labbook.tar.gz)
It has been a while for last update

2015年11月2日 星期一

2015年9月13日 星期日

ROM Address naming

For 32K x 8 ROM, it needs 15 address pin
For 4K x 8 ROM, it needs 12 address pin

32KB ROM=/= 32K ROM
Since 4K x 8 = 32K ROM 

32k x 8 = 32kB ROM is byte accessible only.
read a byte from all 8 ROMs (32k)