schoeberl / chisel-book

Digital Design with Chisel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lonely semicolon

tommythorn opened this issue · comments

There is a singular semicolon in the first Chisel example

val CNT_MAX = (50000000 / 2 - 1).U;

Is this a typo? Seems odd that this line needs one when the others don't.

This is just a typo. Some habit not so easy to kill from my C and Java years ;)