mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_sim: Remove ident_version (now provived by kwargs).
This commit is contained in:
parent
ae70023f0d
commit
8289e71ea7
1 changed files with 1 additions and 2 deletions
|
@ -164,8 +164,7 @@ class SimSoC(SoCCore):
|
||||||
|
|
||||||
# SoCCore ----------------------------------------------------------------------------------
|
# SoCCore ----------------------------------------------------------------------------------
|
||||||
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
|
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
|
||||||
ident = "LiteX Simulation",
|
ident = "LiteX Simulation",
|
||||||
ident_version = True,
|
|
||||||
**kwargs)
|
**kwargs)
|
||||||
|
|
||||||
# CRG --------------------------------------------------------------------------------------
|
# CRG --------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue