commit | 6b95357558a1dd5b927ce33d559b8ba7b7c1edb2 | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Fri Jun 28 14:41:20 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jul 30 10:21:11 2019 +0200 |
tree | 17ef523264a4477ab10e0b8a8ec16b0dab8ec97a | |
parent | 5b5d1cfbe67f60c2ac05c7c25cdd10781efe6186 [diff] |
fpga: altera: Add some more device sizes There seems to be only one place, where this is checked against: `altera_validate()`. It should be non zero. Otherwise it is only used to display it, so it probably does not really matter at the moment. But we had the datasheet open anyway … Sizes in datasheet are bit counts, display here is in bytes. Signed-off-by: Alexander Dahl <ada@thorsis.com>