tools/litex_sim: Remove ident_version (now provived by kwargs).

This commit is contained in:
Florent Kermarrec 2022-01-18 17:18:29 +01:00
parent ae70023f0d
commit 8289e71ea7
1 changed files with 1 additions and 2 deletions

View File

@ -164,8 +164,7 @@ class SimSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteX Simulation",
ident_version = True,
ident = "LiteX Simulation",
**kwargs)
# CRG --------------------------------------------------------------------------------------