Chisel is not supported natively by any vendor tool that I know. The FPGA could be programed by open source compilers which could support natively chisel (I didn't find any, but that doesn't there is none).
Now it would still work well for FPGA design, the compiler will generate verilog that all the FPGA vendor tool supports.
In that case, as you can see you are far from minimizing the gap between the simu and synthesis! But using chisel over low-level RTL language offers advantages that might overcome those differences in a lot of cases.
Since you are asking this question I am guessing that you don't have a lot of experience in FPGA. I would advice, to pick the same board as an open source project that uses chisel. This approach is true for any language you end-up picking (chisel or not), pick an open source of that language and take the same platform.
from the doc: https://www.chisel-lang.org/
" Chisel adds hardware construction primitives to the Scala programming language, providing designers with the power of a modern programming language to write complex, parameterizable circuit generators that produce synthesizable Verilog."
major FPGA vendor tools:
Xilinx's vivado => check page 7, supports: VHDL, verilog, system verilog
Intel's quartus => page 54, supports: VHDL, verilog, system verilog
Mentors's questa => supports VHDL, Verilog, SystemVerilog, PSL, SystemC
open source compiler/ simulator:
Verilator supports: verilog, system verilog
yosys supports: Verilog-2005