This document discusses using cReComp to develop ROS-compliant FPGA components. cReComp is a tool that takes specifications written in scrp and generates FPGA IP cores and C++ driver code. An example is presented where cReComp is used to generate a FIR filter component from a scrp specification. The component communicates with ROS using topics and processes data in real-time on the FPGA to provide latency of less than 1ms. Details are provided on the component architecture generated by cReComp and how it integrates FPGA hardware acceleration with the ROS framework.