Micropolis: disk rotate period is 200 ms

The disks are expected to contain 100,000 bitcells, so clock_period_us
and rotational_period_ms need to align.
This commit is contained in:
Eric Anderson
2023-04-23 13:54:50 -07:00
parent ed634fbbf6
commit d298f5b16e

View File

@@ -19,6 +19,6 @@ message MicropolisEncoderProto {
optional double clock_period_us = 1
[ default = 2.0, (help) = "clock rate on the real device" ];
optional double rotational_period_ms = 2
[ default = 166.0, (help) = "rotational period on the real device" ];
[ default = 200.0, (help) = "rotational period on the real device" ];
}