Rename dtflop-ms to dtflop-msmo in all files.
commitf439c6ae51b8531ebe52a3de9bd9bf4d2dca5f1f
authorJeff Connelly <shellreef+git@gmail.com>
Sun, 11 May 2008 04:49:12 +0000 (10 21:49 -0700)
committerJeff Connelly <shellreef+git@gmail.com>
Sun, 11 May 2008 04:49:12 +0000 (10 21:49 -0700)
tree56b8bae53b0511b36ce0e175877935d192d08972
parent07d95949100eb0fcdebe723504a1826e3d9e536d
Rename dtflop-ms to dtflop-msmo in all files.

dtflop-msmo is Mouftah's master-slave design, whereas
dtflop-ms2 is a master-slave design with two level-triggered D-type tri-flops.

Replaced with:

find . -type f | xargs grep -l 'dtflop-ms' | xargs perl -pi.bak -e 's/dtflop-ms\b/dtflop-msmo/g'
circuits/dtflop-msmo_test.asc
circuits/main.asc
circuits/trit_reg3.asc