cxxrtl: s/sync_{wire,type}/edge_{wire,type}/. NFC.
authorwhitequark <whitequark@whitequark.org>
Tue, 21 Apr 2020 18:46:36 +0000 (18:46 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 21 Apr 2020 18:46:36 +0000 (18:46 +0000)
commit164b0746d2111be17bd33b04852070fc4b65e48c
tree7df23c3d4992f7432e0006693b99bf30df606a58
parent4aa0f450f52b595ba1327632a19dc3a989bf2438
cxxrtl: s/sync_{wire,type}/edge_{wire,type}/. NFC.

The attribute for this is called (* cxxrtl.edge *), and there is
a planned attribute (* cxxrtl.sync *) that would cause blackbox
cell outputs to be added to sync defs rather than comb defs.
Rename the edge detector related stuff to avoid confusion.
backends/cxxrtl/cxxrtl.cc