Commit ea634802 authored by Florent Kermarrec's avatar Florent Kermarrec

bench/targets: add identifier.

parent c4724991
......@@ -66,6 +66,8 @@ class BenchSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteDRAM bench on Arty",
ident_version = True,
integrated_rom_size = 0x10000,
integrated_rom_mode = "rw",
csr_data_width = 32,
......
......@@ -64,6 +64,8 @@ class BenchSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteDRAM bench on Genesys2",
ident_version = True,
integrated_rom_size = 0x10000,
integrated_rom_mode = "rw",
csr_data_width = 32,
......
......@@ -64,6 +64,8 @@ class BenchSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteDRAM bench on KC705",
ident_version = True,
integrated_rom_size = 0x10000,
integrated_rom_mode = "rw",
csr_data_width = 32,
......
......@@ -83,6 +83,8 @@ class BenchSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteDRAM bench on KCU105",
ident_version = True,
integrated_rom_size = 0x10000,
integrated_rom_mode = "rw",
csr_data_width = 32,
......
......@@ -79,6 +79,8 @@ class BenchSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, clk_freq=sys_clk_freq,
ident = "LiteDRAM bench on XCU1525",
ident_version = True,
integrated_rom_size = 0x10000,
integrated_rom_mode = "rw",
csr_data_width = 32,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment