Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Dec 11, 2019
1 parent 1e41151 commit 4ec2369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_verilog/test_ff.py
Expand Up @@ -22,8 +22,7 @@ def test_ff_param(target, circuit_type):

FF = constructor(
ff_file,
type_map={"clk": m.In(m.Clock), "rst": m.In(m.AsyncReset)},
param_map={"init": int}
type_map={"clk": m.In(m.Clock), "rst": m.In(m.AsyncReset)}
)[0]

class Top(m.Circuit):
Expand Down

0 comments on commit 4ec2369

Please sign in to comment.